From 307a96d063b8318174a56428a9f6163e5b8ff90e Mon Sep 17 00:00:00 2001 From: Peter Hansen Date: Sat, 28 Dec 2019 11:37:05 +0100 Subject: [PATCH] direct is also an protocol that should be not shown --- lg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lg.py b/lg.py index b8f829c..381f640 100644 --- a/lg.py +++ b/lg.py @@ -222,7 +222,7 @@ def whois(): return jsonify(output=output, title=query) -SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device"] +SUMMARY_UNWANTED_PROTOS = ["Kernel", "Static", "Device", "Direct"] @app.route("/summary/") @app.route("/summary//")