Used non-Global Network

This commit is contained in:
Whispering Wind
2024-09-02 12:58:43 +03:30
committed by GitHub
parent df91dc12a9
commit 225681fb1a

View File

@ -8,7 +8,7 @@ if systemctl is-active --quiet wg-quick@wgcf.service; then
echo "WARP is already active. Skipping installation and configuration update." echo "WARP is already active. Skipping installation and configuration update."
else else
echo "Installing WARP..." echo "Installing WARP..."
bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) wgd bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) wgx
# Check if the config file exists # Check if the config file exists
if [ -f "$CONFIG_FILE" ]; then if [ -f "$CONFIG_FILE" ]; then