8 lines
157 B
TOML
8 lines
157 B
TOML
[botdetection.ip_lists]
|
|
# RFC1918 only. Do not copy a live instance egress IP into git.
|
|
pass_ip = [
|
|
"10.0.0.0/8",
|
|
"172.16.0.0/12",
|
|
"192.168.0.0/16",
|
|
]
|