Allow no src ip
This commit is contained in:
parent
713af83340
commit
581b3a9090
@ -39,6 +39,7 @@ def check_accesslist():
|
||||
def traceroute():
|
||||
check_accesslist()
|
||||
|
||||
src = []
|
||||
if request.path == '/traceroute6':
|
||||
o = "-6"
|
||||
if app.config.get("IPV6_SOURCE",""):
|
||||
|
Loading…
x
Reference in New Issue
Block a user