radkesvat / WaterWall

WaterWall is an unidentifiable mechanism for bypassing GFW. This includes the new trojan protocol, explains its underlying ideas, and provides a guide to it.
Mozilla Public License 2.0
206 stars 30 forks source link

نصب #31

Closed xmohammad1 closed 3 weeks ago

xmohammad1 commented 4 weeks ago

سلام وقت بخیر برای نصب هسته چطوری باید پیش برم؟ فقط پروژه رو کلون کنم داخل سرور یا چی

H4m3d84 commented 4 weeks ago

با wget دانلودش کن روی سرور بعد unzipش کن بعدم با chmod +x بهش قابلیت اجرایی بده:

wget https://github.com/radkesvat/WaterWall/releases/download/v0.99/Waterwall-linux-64.zip apt install unzip unzip Waterwall-linux-64.zip chmod +x Waterwall

xmohammad1 commented 4 weeks ago

bash file for faster setup

apt update
wget https://github.com/radkesvat/WaterWall/releases/download/v0.99/Waterwall-linux-64.zip
apt install unzip -y
unzip Waterwall-linux-64.zip
chmod +x Waterwall
cat > core.json << EOF
{
    "log": {
        "path": "log/",
        "core": {
            "loglevel": "DEBUG",
            "file": "core.log",
            "console": true
        },
        "network": {
            "loglevel": "DEBUG",
            "file": "network.log",
            "console": true

        },
        "dns": {
            "loglevel": "SILENT",
            "file": "dns.log",
            "console": false

        }
    },
    "dns": {},
    "misc": {
        "workers": 0,
        "ram-profile": "server",
        "libs-path": "libs/"
    },
    "configs": [
        "config.json"
    ]
}
EOF
touch config.json