Steam Deck V2ray 〈95% EXCLUSIVE〉

"protocol": "http", "port": 10809, "settings": "auth": "no" , "tag": "http-in"

mkdir -p ~/.config/systemd/user nano ~/.config/systemd/user/v2ray.service Paste: steam deck v2ray

"protocol": "socks", "port": 10808, "settings": "auth": "no", "udp": true , "tag": "socks-in" , "settings": "auth": "no"

[Unit] Description=V2Ray Service After=network.target [Service] Type=simple ExecStart=/usr/bin/v2ray run -config %h/.config/v2ray/config.json Restart=on-failure RestartSec=5 steam deck v2ray

[Install] WantedBy=default.target