change domains to less malicious look
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
Сгенерируйте конфиг на https://warp-generator.github.io/ (AWG 3.0), затем:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://ghettoloader.duckdns.org/hesoyam/sing-warp-socks5/raw/branch/main/quick-install.sh | sudo bash
|
||||
curl -fsSL https://gitea.digitalforest.my/hesoyam/sing-warp-socks5/raw/branch/main/quick-install.sh | sudo bash
|
||||
```
|
||||
|
||||
Скрипт спросит включение TUN. Включите, если с сервера недоступны заблокированные ресурсы (GitHub и т.п.). Без TUN — только SOCKS5 на `2080`.
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@ CONFIG_DIR="/etc/sing-box-warp"
|
||||
CACHE_DIR="/var/cache/sing-box-warp"
|
||||
SERVICE_NAME="sing-box-warp"
|
||||
SING_BOX_VERSION="1.13.2-extended-1.6.2"
|
||||
SING_BOX_URL="https://ghettoloader.duckdns.org/hesoyam/sing-box-extended-mirror/releases/download/v${SING_BOX_VERSION}/sing-box-${SING_BOX_VERSION}-linux-amd64.tar.gz"
|
||||
SING_BOX_URL="https://gitea.digitalforest.my/hesoyam/sing-box-extended-mirror/releases/download/v${SING_BOX_VERSION}/sing-box-${SING_BOX_VERSION}-linux-amd64.tar.gz"
|
||||
REINSTALL=0
|
||||
|
||||
is_existing_install() {
|
||||
@@ -172,7 +172,7 @@ if [ "$NEED_DOWNLOAD" -eq 1 ]; then
|
||||
rm -rf "$TARBALL" "sing-box-${SING_BOX_VERSION}-linux-amd64"
|
||||
fi
|
||||
|
||||
GENERATE_CONFIG_URL="https://ghettoloader.duckdns.org/hesoyam/sing-warp-socks5/raw/branch/main/generate-config.sh"
|
||||
GENERATE_CONFIG_URL="https://gitea.digitalforest.my/hesoyam/sing-warp-socks5/raw/branch/main/generate-config.sh"
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
echo "Installing generate-config.sh..."
|
||||
@@ -231,7 +231,7 @@ EOF
|
||||
sysctl -p /etc/sysctl.d/99-sing-box-warp.conf
|
||||
|
||||
if [ "$ENABLE_TUN" = "1" ]; then
|
||||
RULES_BASE="https://ghettoloader.duckdns.org/hesoyam/ruwake-panel-lists/raw/branch/main"
|
||||
RULES_BASE="https://gitea.digitalforest.my/hesoyam/srs-komplekt/raw/branch/main"
|
||||
echo "Downloading routing rule sets..."
|
||||
rm -rf "$INSTALL_DIR/rules"
|
||||
mkdir -p "$INSTALL_DIR/rules"
|
||||
|
||||
Reference in New Issue
Block a user