Skip to content

Tags: iPythoning/SUIWARP

Tags

v1.3.0

Toggle v1.3.0's commit message
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>

v1.2.0

Toggle v1.2.0's commit message
v1.2.0: Add HTTPUpgrade, Hysteria2 port hopping, ECH (10 protocols)

- Add VLESS HTTPUpgrade on port 10443 (stealth HTTP transport + Reality)
- Add Hysteria2 port hopping via iptables DNAT (UDP 20000-40000 → 8443)
- Document ECH (auto-enabled by Cloudflare for CDN relay domains)
- Total: 10 protocol configurations, ~60MB RAM

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.1.0

Toggle v1.1.0's commit message
v1.1.0: Add CDN relay + ShadowTLS v3 (8 protocols total)

- Add VLESS CDN WS on port 2052 (Cloudflare CDN relay, hides server IP)
- Add ShadowTLS v3 + Shadowsocks 2022 on port 9443 (anti-DPI stealth)
- Install standalone sing-box 1.13.5 for ShadowTLS service
- Update firewall rules for new ports
- Update uninstall.sh to clean up new services

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.0.0

Toggle v1.0.0's commit message
Initial release: S-UI + Cloudflare WARP one-liner deploy

- One-command setup: S-UI (6 protocols) + free WARP exit via wireproxy
- Protocols: VLESS Reality, TUIC v5, Hysteria2, gRPC, Trojan, WebSocket
- Ultra-low footprint: ~54MB total (S-UI ~50MB + wireproxy ~4MB)
- Auto: swap, firewall, DNS, Reality keypair, client links
- Includes uninstall script for clean removal

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>