3defea82
feat(vless): add scan command for reality targets
Add CLI subcommand to scan TLS servers and identify those suitable for REALITY decoy configuration. - Add vless scan command with multiple input sources (--addr, --in, --url). - Implement TLS 1.3 and HTTP/2 ALPN feasibility check. - Add GeoIP country code lookup for scanned hosts. - Update geoip2-golang dependency to v1.13.0.
Eugene Blikh <bigbes@gmail.com> — 2026-03-19 07:46:54 UTC
Commit 3defea82da661a79fbae52bda7225127ce4b13f8 —
view raw patch
Parent(s):
3804bcf4
| File | Status | + | − |
|---|---|---|---|
cmd/shroud/main.go
|
M | +199 | |
go.mod
|
M | +1 | -1 |
go.sum
|
M | +2 | |
internal/reality/geo.go
|
A | +44 | |
internal/reality/input.go
|
A | +144 | |
internal/reality/scanner.go
|
A | +109 |