From e7649f9cf4f6beda6adb50998db3e57964bd5010 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 14 Dec 2020 16:47:37 +0100 Subject: webproxy: T563: improve handling of cache-peers --- .../include/webproxy-squidguard.xml.i | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 interface-definitions/include/webproxy-squidguard.xml.i (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/webproxy-squidguard.xml.i b/interface-definitions/include/webproxy-squidguard.xml.i new file mode 100644 index 000000000..23a2fee7a --- /dev/null +++ b/interface-definitions/include/webproxy-squidguard.xml.i @@ -0,0 +1,115 @@ + + + + Category to allow + + + + + + Allow IP address URLs + + + + + + Category to block + + + + + + Default action + + allow block + + + allow + Default filter action to allow (default) + + + block + Default filter action to allow (default) + + + ^(allow|block)$ + + + + + + Enable safe-mode search on popular search engines + + + + + Local keyword to block + + keyword + Keyword (or regex) to block + + + + + + + Local URL to block + + url + Local URL to block (without http:\/\/ + + + ^(https?:\/\/)$ + + + + + + + Local site to block + + ipv4 + IP address of site to block + + + + + + + + + + Local URL to allow + + url + Local URL to allow (without http:\/\/ + + + ^(https?:\/\/)$ + + + + + + + Local site to allow + + ipv4 + IP address of site to allow + + + + + + + + + + Log block category + + all + + + + + -- cgit v1.2.3