dae/control
2023-02-18 14:47:34 +08:00
..
kern optimize: no need for rule table for wan and reject TCP to tproxy 2023-02-18 14:47:34 +08:00
.gitignore chore: adjust directory structure 2023-02-07 23:49:30 +08:00
addr.go style: better connection trace output 2023-02-13 12:54:04 +08:00
bpf_subobjects.go chore 2023-02-07 23:52:37 +08:00
bpf_subobjects.tmpl chore 2023-02-07 23:52:37 +08:00
bpf_utils.go feat: reject packet sent to tproxy port directly for security 2023-02-13 03:41:59 +08:00
connectivity.go optimize: show outbound name when notify kernel connectivity change 2023-02-17 02:11:08 +08:00
control_plane_core.go optimize: no need for rule table for wan and reject TCP to tproxy 2023-02-18 14:47:34 +08:00
control_plane.go optimize: no need for rule table for wan and reject TCP to tproxy 2023-02-18 14:47:34 +08:00
control.go chore: adjust directory structure 2023-02-07 23:49:30 +08:00
dns_upstream.go feat: support to dial domain for udp and support udp for ssr (#17) 2023-02-18 00:49:35 +08:00
dns.go feat: support to dial domain for udp and support udp for ssr (#17) 2023-02-18 00:49:35 +08:00
domain_match.go chore: adjust directory structure 2023-02-07 23:49:30 +08:00
routing_matcher_builder.go chore: rename routing final as fallback 2023-02-18 03:01:51 +08:00
tcp.go style: converge IP before dial TCP 2023-02-18 02:10:39 +08:00
tproxy_utils.go feat: reject packet sent to tproxy port directly for security 2023-02-13 03:41:59 +08:00
udp_endpoint.go feat: support to dial domain for udp and support udp for ssr (#17) 2023-02-18 00:49:35 +08:00
udp.go feat: support to dial domain for udp and support udp for ssr (#17) 2023-02-18 00:49:35 +08:00