summaryrefslogtreecommitdiff
path: root/radsecproxy.conf-example
diff options
context:
space:
mode:
authorvenaas <venaas>2007-02-16 08:53:15 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-02-16 08:53:15 +0000
commit1c5b4d8f3808a9db6d150a0e56f2c3f908d752b1 (patch)
tree60efed4f2ab432eb133ce0a35abf651a8b204c5c /radsecproxy.conf-example
parent85acbc23c2678f163fe3ea65fad31a6053f65eab (diff)
added tcp and udp listen directives
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@60 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r--radsecproxy.conf-example8
1 files changed, 6 insertions, 2 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example
index 94321c0..2648e78 100644
--- a/radsecproxy.conf-example
+++ b/radsecproxy.conf-example
@@ -12,5 +12,9 @@ TLSCertificateKeyFile /etc/hostcertkey/host.example.com.key.pem
# Optionally specify password if key is encrypted (not very secure)
TLSCertificateKeyPassword follow the white rabbit
-# You can optionally specify a non-standard UDP port to listen
-#UDPServerPort 1814
+# You can optionally specify addresses and ports to listen on
+# Max one of each, below are just multiple examples
+#ListenUDP *:1814
+#listenUDP localhost
+#listenTCP 10.10.10.10:2084
+#ListenTCP [2001:700:1:7:215:f2ff:fe35:307d]:2084