Update wg_init.sh

main
Kar 2025-04-29 12:10:12 +00:00
parent f222349d79
commit 9a0efb1f07
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ systemctl enable wg-quick@wg0
systemctl start wg-quick@wg0 systemctl start wg-quick@wg0
# Detect public IP # Detect public IP
PUBLIC_IP=$(curl -s ifconfig.me) PUBLIC_IP=$(curl -4 -s ifconfig.me)
# Setup Mobile Peer # Setup Mobile Peer
MOBILE_DIR="$WG_DIR/mobile_1" MOBILE_DIR="$WG_DIR/mobile_1"