comparison doc/freediameter.conf.sample @ 1304:5a505af0bba0

Fix default secure port
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 30 Jan 2016 23:38:43 +0800
parents 02c98b9fb2a4
children afe0ecdb0692
comparison
equal deleted inserted replaced
1303:090390e89b1d 1304:5a505af0bba0
29 #Port = 3868; 29 #Port = 3868;
30 30
31 # The port this peer is listening on for incoming TLS-protected connections (TCP and SCTP). 31 # The port this peer is listening on for incoming TLS-protected connections (TCP and SCTP).
32 # See TLS_old_method for more information about TLS flavours. 32 # See TLS_old_method for more information about TLS flavours.
33 # Note: we use TLS/SCTP instead of DTLS/SCTP at the moment. This will change in future version of freeDiameter. 33 # Note: we use TLS/SCTP instead of DTLS/SCTP at the moment. This will change in future version of freeDiameter.
34 # Default: 5658. Use 0 to disable. 34 # Default: 5868. Use 0 to disable.
35 #SecPort = 5658; 35 #SecPort = 5868;
36 36
37 # Use RFC3588 method for TLS protection, where TLS is negociated after CER/CEA exchange is completed 37 # Use RFC3588 method for TLS protection, where TLS is negociated after CER/CEA exchange is completed
38 # on the unsecure connection. The alternative is RFC6733 mechanism, where TLS protects also the 38 # on the unsecure connection. The alternative is RFC6733 mechanism, where TLS protects also the
39 # CER/CEA exchange on a dedicated secure port. 39 # CER/CEA exchange on a dedicated secure port.
40 # This parameter only affects outgoing connections. 40 # This parameter only affects outgoing connections.
235 # Format: 235 # Format:
236 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ; 236 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ;
237 # Parameters that can be specified in the peer's parameter list: 237 # Parameters that can be specified in the peer's parameter list:
238 # No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; 238 # No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method;
239 # No_TLS; # assume transparent security instead of TLS. DTLS is not supported yet (will change in future versions). 239 # No_TLS; # assume transparent security instead of TLS. DTLS is not supported yet (will change in future versions).
240 # Port = 5658; # The port to connect to 240 # Port = 5868; # The port to connect to
241 # TcTimer = 30; 241 # TcTimer = 30;
242 # TwTimer = 30; 242 # TwTimer = 30;
243 # ConnectTo = "202.249.37.5"; 243 # ConnectTo = "202.249.37.5";
244 # ConnectTo = "2001:200:903:2::202:1"; 244 # ConnectTo = "2001:200:903:2::202:1";
245 # TLS_Prio = "NORMAL"; 245 # TLS_Prio = "NORMAL";
"Welcome to our mercurial repository"