Skip to content

Commit

Permalink
Protect IPv6 addresses in square brackets to avoid misinterpretation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Jan 23, 2012
1 parent 271907e commit 9c5cd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radsecproxy.conf-example
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tls default {
# modifyAttribute 1:/^(.*)@local$/\1@example.com/
# }

client 2001:db8::1 {
client [2001:db8::1] {
type tls
secret verysecret
# we could specify tls here, e.g.
Expand Down Expand Up @@ -180,7 +180,7 @@ realm eduroam.cc {
# accountingServer 127.0.0.1
}

server 2001:db8::1 {
server [2001:db8::1] {
type TLS
port 2283
# secret is optional for TLS
Expand Down

0 comments on commit 9c5cd8f

Please sign in to comment.