diff options
author | Linus Nordberg <linus@nordberg.se> | 2012-12-18 13:24:59 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2012-12-18 13:24:59 +0100 |
commit | 0efe1f109fd1953135be072f1516854e554e35d3 (patch) | |
tree | 582293c4db7c42cfd4838b6d926593338f3efb81 /lib | |
parent | befa2a400c0635d752f458f0cc394d97828f74c0 (diff) |
Config docu.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ # common config options # common realm config options - realm NAME { + realm STRING { type = "UDP"|"TCP"|"TLS"|"DTLS" timeout = INT retries = INT @@ -34,7 +34,7 @@ } # client specific realm config options - realm NAME { + realm STRING { server { hostname = STRING service = STRING |