~bigbes/shroud

ref: 321879085cefec9f799abe941b2b76b17ad4a1db shroud/internal/reality/autodetect.go -rw-r--r-- 6.4 KiB
999bf1cb — Eugene Blikh 2 months ago
feat(reality): add autodetect command for decoy server

Add REALITY decoy server auto-detection with two scanning modes:
subnet scan (/24 around server IP) and domain list scan.
- Add vless autodetect CLI command with --write flag to update config.
- Add domain list mode for custom target selection.
- Add public IP detection via external services.
- Update install.sh to auto-configure REALITY with --vless flag.
- Track TLS handshake latency in ScanResult for best server selection.