Compare commits
2 Commits
9bb840d611
...
main
Author | SHA1 | Date | |
---|---|---|---|
746bb9c8b4 | |||
bd4bd56c3d |
19
README.md
19
README.md
@ -1,13 +1,10 @@
|
||||
# mikrotik-geoipblock
|
||||
# routeros-geoip
|
||||
|
||||
Generate RouterOS Address Lists based on country code.
|
||||
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
|
||||
|
||||
Createa 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 @@ Createa a config file containing the address lists you want to block
|
||||
}
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```sh
|
||||
# Example usage
|
||||
./routeros-geoip myAddressList example.json
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user