logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 9eeb36c787f012f525cbe9c53495a7542bd9eb16
parent 9cb66be29c287357e9b7135fe8840aa8b5979972
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed, 11 Mar 2015 01:44:33 +0100

[enh] selfip plugin description

Diffstat:

Msearx/plugins/self_ip.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/plugins/self_ip.py b/searx/plugins/self_ip.py @@ -1,6 +1,6 @@ name = "Self IP" -description = "" +description = "Display your source IP address" default_on = True