https://github.com/alsyundawy/ip2rpz
Convert IP To RPZ Style
https://github.com/alsyundawy/ip2rpz
Last synced: 7 months ago
JSON representation
Convert IP To RPZ Style
- Host: GitHub
- URL: https://github.com/alsyundawy/ip2rpz
- Owner: alsyundawy
- License: gpl-3.0
- Created: 2023-12-30T17:54:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T14:51:08.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:26:42.663Z (9 months ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
compile: cc -s -o ip2res-ip ip2res-ip.c
./ip2res-ip
eg:
./ip2res drop.txt all.txt banlist.txt
./ip2res-ip all.txt banlist.txt drop.txt dropv6.txt bfblocker.txt firehol_level1.txt 2>/dev/null
or
python3 ip2rpz_script.py ll.txt banlist.txt drop.txt dropv6.txt bfblocker.txt firehol_level1.txt 2>/dev/null
or
bash ip2rpz_script.py ll.txt banlist.txt drop.txt dropv6.txt bfblocker.txt firehol_level1.txt 2>/dev/null