X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=srvx.conf.example;fp=srvx.conf.example;h=d5ea3629cc223bcae22409fcf3441d825288ba6c;hb=007cc230a68daa6785f28a979e67ad9e67b1c87a;hp=6b9ed1816559e58985867ce0aae830b250cf9cc7;hpb=b179b2c1631c053404b888f0bef816aed43995c4;p=srvx.git diff --git a/srvx.conf.example b/srvx.conf.example index 6b9ed18..d5ea362 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -283,7 +283,7 @@ "max_read" "1024"; // don't read more than 1024 bytes from any client "gline_duration" "1h"; // issue G-lines lasting one hour "max_cache_age" "60"; // only cache results for 60 seconds - // "address" "192.168.0.10"; // do proxy tests from this address + // "bind_address" "192.168.0.10"; // do proxy tests from this address }; "snoop" { // Where to send snoop messages? @@ -299,7 +299,7 @@ // to 0 to disable message expiration }; "qserver" { - "address" "127.0.0.1"; + "bind_address" "127.0.0.1"; "port" "7702"; "password" "hello"; };