Support local NTP Server.

This commit is contained in:
2019-09-01 17:29:54 +02:00
parent 70f62dc7fa
commit 142778c718
4 changed files with 71 additions and 0 deletions

View File

@ -199,6 +199,21 @@ forward_vpn_server_ips=""
vpn_ports="$standard_vpn_port"
# local NTP Server
#
local_ntp_service=false
# NPT Port used by local service
#
ntp_port="$standard_ntp_port"
# Network allowed for NTP requests
#
# Note: if not set no port will be open!
#
ntp_allowed_net=""
# DHCP Server
#
# Comma seperated Interface list for DHCP services

View File

@ -212,6 +212,24 @@ forward_vpn_server_ips=""
vpn_ports="$standard_vpn_port"
# local NTP Server
#
local_ntp_service=false
# NPT Port used by local service
#
ntp_port="$standard_ntp_port"
# Network allowed for NTP requests
#
# Note: if not set no port will be open!
#
# Example:
# ntp_allowed_net="2001:678:a40:3000::/64"
#
ntp_allowed_net=""
# DHCP Server
#
# Comma seperated Interface list for DHCP services