]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5175] Updated http-host in the agent's example config file.
authorMarcin Siodelski <marcin@isc.org>
Fri, 31 Mar 2017 12:13:30 +0000 (14:13 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 31 Mar 2017 12:13:30 +0000 (14:13 +0200)
doc/examples/agent/simple.json

index e6d36141fc51d0b47bd583415238584a83cafeb5..903ea413af28afd281c70abdf4c70c6838b0d4e1 100644 (file)
@@ -6,7 +6,7 @@
        // We need to specify where the agent should listen to incoming HTTP
        // queries. Note that agent does not provide SSL or TLS protection
        // on its own, so limiting the traffic to localhost is a good idea.
-       "http-host": "localhost",
+       "http-host": "127.0.0.1",
 
        // Another mandatory parameter is the HTTP port.
        "http-port": 8000,