diff --git a/README.md b/README.md index 0a9f2f2..7f1eb0c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ Generate RouterOS Address Lists based on country code. This can be used for creating up to date geo-ip blocking lists which can be loaded into RouterOS. -```sh -# Example usage -./mikrotik-geoipblock myAddressList example.json -``` +### Create Configuration -Create a config file containing the address lists you want to block +Create a json config file containing the address lists you want to block and a URL for source information. Below is example.json ```json { @@ -24,3 +21,11 @@ Create a config file containing the address lists you want to block } ``` +### Usage + +```sh +# Example usage +./routeros-geoip myAddressList example.json +``` + +