Prefer "bind_address" for local addresses over "address".
[srvx.git] / srvx.conf.example
index 6b9ed1816559e58985867ce0aae830b250cf9cc7..d5ea3629cc223bcae22409fcf3441d825288ba6c 100644 (file)
         "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?
                                 // to 0 to disable message expiration
     };
     "qserver" {
-        "address" "127.0.0.1";
+        "bind_address" "127.0.0.1";
         "port" "7702";
         "password" "hello";
     };