2
0
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:
Francis Dupont
2024-07-23 15:57:34 +02:00
parent 32040d36b5
commit bf4ed59d63
9 changed files with 21 additions and 31 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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