diff options
| author | Linus Nordberg <linus@nordu.net> | 2010-11-11 15:12:15 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2010-11-11 15:12:15 +0100 | 
| commit | b07f9ade9bad2ec38d4dc9f6592f64dff2e1b120 (patch) | |
| tree | b8f4c2b8684bdcd060e8a752ece2f1de63a1ae01 | |
| parent | 61010c7b868bb7ceef4a04af23e2b139163dd431 (diff) | |
Use standard RadSec port in example config.
| -rw-r--r-- | lib/examples/client.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf index e939756..e02d707 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -22,7 +22,7 @@ config blocking-tls {      server {          hostname = "localhost" -	service = "4433" +	service = "2083"  	secret = "sikrit"  	timeout = 1         /* optional */  	tries = 10	      /* optional */  | 
