* fixed odd addresses in tests/defaults.cfg
This commit is contained in:
parent
e78ae269fe
commit
9970d5cf80
|
@ -10,7 +10,7 @@ global
|
|||
#debug
|
||||
#quiet
|
||||
|
||||
defaults applications TCP # :10000-10100,192.64.19.22:3129
|
||||
defaults applications TCP # :10000-10100,192.168.1.2:3129
|
||||
#bind 127.0.0.1:1234-1237
|
||||
log global
|
||||
mode tcp
|
||||
|
@ -27,7 +27,7 @@ defaults applications TCP # :10000-10100,192.64.19.22:3129
|
|||
clitimeout 20000
|
||||
srvtimeout 20000
|
||||
|
||||
listen appli3-relais 127.0.0.1:10000-10100#,192.64.19.22:3129
|
||||
listen appli3-relais 127.0.0.1:10000-10100#,192.168.1.2:3129
|
||||
#bind 127.0.0.1:1234-1237
|
||||
#log global
|
||||
#mode tcp
|
||||
|
|
Loading…
Reference in New Issue