2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[5175] Updated http-host in the agent's example config file.

This commit is contained in:
Marcin Siodelski
2017-03-31 14:13:30 +02:00
parent 8683cd5948
commit 1ae4d3f0c1

View File

@@ -6,7 +6,7 @@
// We need to specify where the agent should listen to incoming HTTP // We need to specify where the agent should listen to incoming HTTP
// queries. Note that agent does not provide SSL or TLS protection // queries. Note that agent does not provide SSL or TLS protection
// on its own, so limiting the traffic to localhost is a good idea. // 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. // Another mandatory parameter is the HTTP port.
"http-port": 8000, "http-port": 8000,