Allow no src ip

This commit is contained in:
Mehdi Abaakouk 2012-02-07 15:40:48 +01:00
parent 713af83340
commit 581b3a9090
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ def check_accesslist():
@app.route("/traceroute6")
def traceroute():
check_accesslist()
src = []
if request.path == '/traceroute6':
o = "-6"
if app.config.get("IPV6_SOURCE",""):