Rewrite readme to be more clear on configuration and usage

This commit is contained in:
Steven Polley 2024-10-19 18:40:27 -06:00
parent bd4bd56c3d
commit 746bb9c8b4

View File

@ -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
```