Skip to content

Commit

Permalink
exclude fakeip address range
Browse files Browse the repository at this point in the history
  • Loading branch information
PaPerseller committed Apr 1, 2024
1 parent 9fc89ae commit 4329594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generate/roscn.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def format_cidr(file_path, output_path):
f.write("add address=192.0.2.0/24 list=CN comment=private-network\n")
f.write("add address=192.88.99.0/24 list=CN comment=private-network\n")
f.write("add address=192.168.0.0/16 list=CN comment=private-network\n")
f.write("add address=198.18.0.0/15 list=CN comment=private-network\n")
f.write("add address=198.51.100.0/24 list=CN comment=private-network\n")
f.write("add address=203.0.113.0/24 list=CN comment=private-network\n")
f.write("add address=224.0.0.0/3 list=CN comment=private-network\n")
Expand Down

0 comments on commit 4329594

Please sign in to comment.