frp/server/proxy
fatedier d644593342
server/proxy: simplify HTTPS and TCPMux proxy domain registration (#5208)
Consolidate the separate custom-domain loop and subdomain block into a
single unified loop, matching the pattern already applied to HTTPProxy
in PR #5207. No behavioral change.
2026-03-06 21:31:29 +08:00
..
http.go server/proxy: simplify HTTP proxy domain registration by removing duplicate loop (#5207) 2026-03-06 21:17:30 +08:00
https.go server/proxy: simplify HTTPS and TCPMux proxy domain registration (#5208) 2026-03-06 21:31:29 +08:00
proxy.go refactor: separate auth config from runtime and defer token resolution (#5105) 2025-12-25 00:53:08 +08:00
stcp.go use new log package (#4054) 2024-03-12 13:58:53 +08:00
sudp.go use new log package (#4054) 2024-03-12 13:58:53 +08:00
tcp.go use new log package (#4054) 2024-03-12 13:58:53 +08:00
tcpmux.go server/proxy: simplify HTTPS and TCPMux proxy domain registration (#5208) 2026-03-06 21:31:29 +08:00
udp.go pkg/msg: change UDPPacket.Content from string to []byte to avoid redundant base64 encode/decode (#5198) 2026-03-06 01:38:24 +08:00
xtcp.go Fix goroutine leaks 2025-01-16 10:50:57 +08:00