From 1c5b4d8f3808a9db6d150a0e56f2c3f908d752b1 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 16 Feb 2007 08:53:15 +0000 Subject: added tcp and udp listen directives git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@60 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.conf-example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'radsecproxy.conf-example') 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 -- cgit v1.1