From 581b3a90905a4d7c2783fb3e7d338386267301f1 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Tue, 7 Feb 2012 15:40:48 +0100 Subject: [PATCH] Allow no src ip --- lg-proxy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lg-proxy.py b/lg-proxy.py index 5d4095d..cc37765 100644 --- a/lg-proxy.py +++ b/lg-proxy.py @@ -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",""):