You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --no-warp mode for static residential IPs
Skip WARP/wireproxy entirely when --no-warp / --residential / --direct flag
is passed. Traffic routes directly via the server IP instead of Cloudflare.
Changes:
- setup.sh: SKIP_WARP flag + arg parser (--no-warp|--residential|--direct)
- Step 5: skip wireproxy/wgcf install when SKIP_WARP=true
- Step 6: S-UI routing final="direct" instead of "warp"
- Step 8: shadowtls.json outbounds use direct (no WARP socks5)
- systemd: suiwarp-shadowtls no longer depends on wireproxy-warp.service
- Summary: show Exit mode (WARP vs Direct) in output
- README: document --no-warp usage and architecture comparison
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
> Use `--no-warp` when your server already has a clean residential IP. WARP is skipped entirely — traffic exits directly via your server IP, saving ~4MB RAM and a registration step.
0 commit comments