Add support for WireGuard VPN Service.
This commit is contained in:
@ -237,6 +237,22 @@ forward_vpn_server_ips=""
|
||||
vpn_ports="$standard_vpn_port"
|
||||
|
||||
|
||||
# - WireGuard Service
|
||||
# -
|
||||
wireguard_server_ips=""
|
||||
forward_wireguard_server_ips=""
|
||||
|
||||
# - Local WireGuard Ports
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
wireguard_server_ports="$standard_wireguard_port"
|
||||
|
||||
# - Remote WireGuard Ports
|
||||
# -
|
||||
wireguard_out_ports="$standard_wireguard_port"
|
||||
|
||||
|
||||
# local NTP Server
|
||||
#
|
||||
local_ntp_service=false
|
||||
|
Reference in New Issue
Block a user