ginuerzh
dd19e4387a
feat(tls): add rejectUnknownSNI support for TLS listeners
...
Adds RejectUnknownSNI and ServerNames fields to TLSConfig. When enabled,
TLS handshakes with missing or non-allowlisted SNI are rejected at the
handshake level via GetConfigForClient before any certificate is sent.
Works across all TLS-based listener types (tls, mtls, ws, mws, http2,
grpc, http3) since they share the same *tls.Config from LoadServerConfig.
2026-05-31 22:11:29 +08:00
ginuerzh
effba3b690
docs(parsing): add package and symbol doc comments
...
Add godoc comments for all 62 exported symbols across 20 files in
config/parsing/: 23 MDKey constants, 35 Parse*/List/Default* functions,
3 TLS helpers, 1 Args struct with 7 fields, and the package doc.
2026-05-24 13:58:37 +08:00
ginuerzh
fc12e33786
router handler: add cache for sd service
2025-02-09 16:16:44 +08:00
ginuerzh
379d9a73ad
service: add limiter.scope option
2025-01-20 23:22:58 +08:00
ginuerzh
06d993023f
add traffic reset for stats
2024-12-24 20:11:22 +08:00
ginuerzh
c2aedbabd9
add routing rule for node
2024-11-15 20:28:47 +08:00
ginuerzh
a97ac1f30a
fix http body recorder
2024-10-22 22:51:33 +08:00
ginuerzh
0ffed81601
add sniffer for forwarding handler
2024-10-14 21:18:38 +08:00
ginuerzh
8f994ab632
add handle options for sniffer
2024-10-10 22:49:56 +08:00
ginuerzh
e37213ac01
add http body for handler recorder
2024-09-16 19:44:15 +08:00
ginuerzh
69455ace9d
add handler recorder
2024-09-14 23:21:25 +08:00
ginuerzh
c1d0887a9b
add port range support for service
2024-07-08 22:38:21 +08:00
ginuerzh
949c98adc0
netns: add support for specifying network namespace by path
2024-07-08 10:59:03 +08:00
ginuerzh
22537ff0d2
mv observer/stats to core
2024-07-04 23:05:35 +08:00
ginuerzh
b99292bed8
add dialTimeout option for service
2024-06-25 20:40:38 +08:00
ginuerzh
f9bfca76ed
fix netns for socks5 and relay handler
2024-06-24 21:18:04 +08:00
ginuerzh
2ae0462822
add support for linux network namespace
2024-06-21 23:38:18 +08:00
ginuerzh
6d819a0c06
add observePeriod option for observer
2024-06-13 21:22:29 +08:00
ginuerzh
40f709880d
add node filter config
2024-05-08 21:25:14 +08:00
ginuerzh
41b5e62207
added ohttps dialer
2024-04-25 14:59:01 +08:00
ginuerzh
01168e9846
fix deadlock in websocket client conn
2024-01-12 23:46:22 +08:00
ginuerzh
c959fc2f73
add observer
2024-01-03 20:55:06 +08:00
ginuerzh
4a1b225d2c
add logger group for service
2023-12-19 21:28:19 +08:00
ginuerzh
f847fa533e
fix auth for file handler
2023-12-16 14:28:58 +08:00
ginuerzh
c87faa2017
add logger component
2023-11-19 19:55:48 +08:00
ginuerzh
88cc6ff4d5
add traffic limiter for proxy handler
2023-11-18 18:28:09 +08:00
ginuerzh
d7b7ac6357
add range port support for forwarder node
2023-11-14 19:41:57 +08:00
ginuerzh
6bface4581
add path option for hop
2023-11-09 20:34:59 +08:00
ginuerzh
e8d5e719a4
add tls options
2023-10-29 10:27:13 +08:00
ginuerzh
4be7d60147
add auther for metrics
2023-10-09 21:27:35 +08:00
ginuerzh
ea585fc25d
add reload and plugin support for hop
2023-09-28 21:04:15 +08:00