summaryrefslogtreecommitdiff
path: root/community/ziproxy/ziproxy.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community/ziproxy/ziproxy.xinetd')
-rw-r--r--community/ziproxy/ziproxy.xinetd14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/ziproxy/ziproxy.xinetd b/community/ziproxy/ziproxy.xinetd
new file mode 100644
index 000000000..195b72454
--- /dev/null
+++ b/community/ziproxy/ziproxy.xinetd
@@ -0,0 +1,14 @@
+service ziproxy
+{
+ port = 3128
+ type = UNLISTED
+ disable = yes
+ socket_type = stream
+ wait = no
+ user = proxy
+ server = /usr/bin/ziproxy
+ server_args = -i
+ bind = 0.0.0.0
+ log_on_success += HOST DURATION
+ log_on_failure += HOST
+}