1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Update debian9-x86_64.sh

This commit is contained in:
suyuan 2022-08-15 15:03:33 +08:00
parent 0cf8737b07
commit 5d78ae036f

View file

@ -929,7 +929,7 @@ if [ "$WIREGUARD" = "yes" ]; then
cat > /etc/wireguard/client-wg0.conf <<-EOF
[Interface]
PrivateKey = $(cat /etc/wireguard/vpn-server-private.key | tr -d "\n")
ListenPort = 65311
ListenPort = 65312
Address = 10.255.246.1/24
SaveConfig = true