mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-23 00:08:30 +00:00
8 lines
218 B
Text
8 lines
218 B
Text
# Define networks that you don't want users to be able to query. Any IP inside the subnet will return an error message.
|
|
blacklist = [
|
|
"100.64.0.0/10",
|
|
"198.18.0.0/15",
|
|
"10.0.0.0/8",
|
|
"192.168.0.0/16",
|
|
"172.16.0.0/12"
|
|
]
|