diff options
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 8 |
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 |