diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 15:37:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 15:37:57 +0200 |
commit | 7466a1c5e655f5e99445e24598423f0711ddc1b5 (patch) | |
tree | 17e46bb33361468cc64cbc9294e88adacbac933f /radsecproxy.conf-example | |
parent | 1080f966ba0fa083696b22f5d8095de49ce9730a (diff) |
Config cosmetics.
Use capital initial letter for basic options, both in documentation
and example config.
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 0ad6b36..86de15d 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -6,9 +6,9 @@ # You can optionally specify addresses and ports to listen on # Multiple statements can be used for multiple ports/addresses #ListenUDP *:1814 -#listenUDP localhost +#ListenUDP localhost #ListenTCP [2001:700:1:7:215:f2ff:fe35:307d]:1812 -#listenTLS 10.10.10.10:2084 +#ListenTLS 10.10.10.10:2084 #ListenTLS [2001:700:1:7:215:f2ff:fe35:307d]:2084 #ListenDTLS [2001:700:1:7:215:f2ff:fe35:307d]:2084 @@ -61,7 +61,7 @@ # overriding what's set here in the basic settings. #LoopPrevention on # Add TTL attribute with value 20 if not present (prevents endless loops) -#addTTL 20 +#AddTTL 20 # If we have TLS clients or servers we must define at least one tls block. # You can name them whatever you like and then reference them by name when |