1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

9 lines
218 B
Plaintext
Raw Normal View History

2019-05-07 23:21:41 -07:00
# 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/12',
'198.18.0.0/15',
'10.0.0.0/8',
'192.168.0.0/16',
'172.16.0.0/12'
]