Used forked repository

This commit is contained in:
Whispering Wind
2024-09-02 12:55:28 +03:30
committed by GitHub
parent af301113a7
commit df91dc12a9

View File

@ -4,7 +4,7 @@ source /etc/hysteria/core/scripts/path.sh
if systemctl is-active --quiet wg-quick@wgcf.service; then if systemctl is-active --quiet wg-quick@wgcf.service; then
echo "Uninstalling WARP..." echo "Uninstalling WARP..."
bash <(curl -fsSL git.io/warp.sh) dwg bash <(curl -fsSL https://raw.githubusercontent.com/ReturnFI/Warp/main/warp.sh) dwg
if [ -f "$CONFIG_FILE" ]; then if [ -f "$CONFIG_FILE" ]; then
default_config='["reject(geosite:ir)", "reject(geoip:ir)", "reject(geosite:category-ads-all)", "reject(geoip:private)", "reject(geosite:google@ads)"]' default_config='["reject(geosite:ir)", "reject(geoip:ir)", "reject(geosite:category-ads-all)", "reject(geoip:private)", "reject(geosite:google@ads)"]'