fix sample configu
This commit is contained in:
parent
113e6a8833
commit
66ea409145
1 changed files with 19 additions and 19 deletions
|
@ -57,24 +57,24 @@
|
||||||
# - library: /usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so
|
# - library: /usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so
|
||||||
# parameters:
|
# parameters:
|
||||||
# high-availability:
|
# high-availability:
|
||||||
# this-server-name: server1
|
# - this-server-name: server1
|
||||||
# trust-anchor: /etc/letsencrypt/live/server1/chain.pem
|
# trust-anchor: /etc/letsencrypt/live/server1/chain.pem
|
||||||
# cert-file: /etc/letsencrypt/live/server1/cert.pem
|
# cert-file: /etc/letsencrypt/live/server1/cert.pem
|
||||||
# key-file: /etc/letsencrypt/live/server1/privkey.pem
|
# key-file: /etc/letsencrypt/live/server1/privkey.pem
|
||||||
# mode: hot-standby
|
# mode: hot-standby
|
||||||
# heartbeat-delay: 10000
|
# heartbeat-delay: 10000
|
||||||
# max-response-delay: 60000
|
# max-response-delay: 60000
|
||||||
# max-ack-delay: 5000
|
# max-ack-delay: 5000
|
||||||
# max-unacked-clients: 5
|
# max-unacked-clients: 5
|
||||||
# peers:
|
# peers:
|
||||||
# - name: "server1"
|
# - name: "server1"
|
||||||
# url: "http://192.168.1.1:8000/"
|
# url: "http://192.168.1.1:8000/"
|
||||||
# role: "primary"
|
# role: "primary"
|
||||||
# auto-failover: true
|
# auto-failover: true
|
||||||
# - name: "server2"
|
# - name: "server2"
|
||||||
# url: "http://192.168.1.2:8000/"
|
# url: "http://192.168.1.2:8000/"
|
||||||
# role: "standby"
|
# role: "standby"
|
||||||
# auto-failover: true
|
# auto-failover: true
|
||||||
#
|
#
|
||||||
# [*dhcp6_conf*]
|
# [*dhcp6_conf*]
|
||||||
# Hash with the DHCP 4 service configuration. Sample content:
|
# Hash with the DHCP 4 service configuration. Sample content:
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
# - name: "kea-dhcp-ddns"
|
# - name: "kea-dhcp-ddns"
|
||||||
# output_options:
|
# output_options:
|
||||||
# - output: stdout
|
# - output: stdout
|
||||||
# pattern: "%-5p %m\\n"
|
# pattern: "%-5p %m\n"
|
||||||
# severity: INFO
|
# severity: INFO
|
||||||
# debuglevel: 0
|
# debuglevel: 0
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue