mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#3477] Making socket name/address exclusive (1)
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
"socket-type": "https",
|
||||
|
||||
// Address of the HTTPS socket the Kea DHCP-DDNS server should
|
||||
// listen for incoming queries. In fact an alias of
|
||||
// socket-name.
|
||||
// listen for incoming queries.
|
||||
"socket-address": "127.0.0.1",
|
||||
|
||||
// Port of the HTTPS socket the Kea DHCP-DDNS server
|
||||
|
@@ -160,8 +160,7 @@
|
||||
"socket-type": "https",
|
||||
|
||||
// Address of the HTTPS socket the Kea DHCPv4 server should
|
||||
// listen for incoming queries. In fact an alias of
|
||||
// socket-name.
|
||||
// listen for incoming queries.
|
||||
"socket-address": "127.0.0.1",
|
||||
|
||||
// Port of the HTTPS socket the Kea DHCPv4 server
|
||||
|
@@ -111,8 +111,7 @@
|
||||
"socket-type": "https",
|
||||
|
||||
// Address of the HTTPS socket the Kea DHCPv6 server should
|
||||
// listen for incoming queries. In fact an alias of
|
||||
// socket-name.
|
||||
// listen for incoming queries.
|
||||
"socket-address": "::1",
|
||||
|
||||
// Port of the HTTPS socket the Kea DHCPv6 server
|
||||
|
Reference in New Issue
Block a user