sing-box/xray install server/keenetic
build by qp-io
Установка на сервер
bash <(curl -sL https://raw.githubusercontent.com/qp-io/qp-io.github.io/refs/heads/main/xray/install.sh)
Установка xray на keenetic
opkg update && opkg install xray && ndmc -c interface Proxy0 && ndmc -c interface Proxy0 proxy protocol socks5 && ndmc -c interface Proxy0 proxy socks5-udp && ndmc -c interface Proxy0 proxy upstream 127.0.0.1 1080 && ndmc -c interface Proxy0 description Xray && ndmc -c interface Proxy0 up && ndmc -c system configuration save
Установка sing-box на keenetic
opkg update && opkg install sing-box-go && ndmc -c interface Proxy0 && ndmc -c interface Proxy0 proxy protocol socks5 && ndmc -c interface Proxy0 proxy socks5-udp && ndmc -c interface Proxy0 proxy upstream 127.0.0.1 1080 && ndmc -c interface Proxy0 description Sing-box && ndmc -c interface Proxy0 up && ndmc -c system configuration save