summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/l4check/l4check.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/l4check/l4check.conf')
-rw-r--r--contrib/ipfilter/l4check/l4check.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/ipfilter/l4check/l4check.conf b/contrib/ipfilter/l4check/l4check.conf
deleted file mode 100644
index d000e9f..0000000
--- a/contrib/ipfilter/l4check/l4check.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# NOTE: ORDER IS IMPORTANT IN THIS FILE
-#
-# Interface to do the redirections on and the IP address which will be
-# targeted.
-#
-interface nf0 192.168.1.1,2100
-#
-connect timeout 1
-connect frequency 20
-#
-# If no probe string is specified, a successful connection implies the
-# server is still alive.
-#
-probe string GET /\n\n
-#probe file http.check
-#
-response timeout 4
-response string <HTML>
-#response file http.ok
-#
-# Here we have multiple servers, listed because that's what happens to be
-# used for testing of connect timeoutes, read timeouts, success and things
-# which don't connect.
-#
-remote server 192.168.1.2,23
-remote server 192.168.1.2,2101
-remote server 192.168.1.3,25
-remote server 192.168.1.254,8000
-remote server 192.168.1.1,9
-#
OpenPOWER on IntegriCloud