dae/control
2024-11-02 00:45:03 +08:00
..
kern refactor/optimize(bpf): rework bpf route with bpf_loop (#580) 2024-10-30 01:06:13 +08:00
.gitignore
addr.go
anyfrom_pool.go
bpf_subobjects.go
bpf_subobjects.tmpl
bpf_utils.go
connectivity.go
control_plane_core.go feat: support ipip tunnel as lan/wan interface (#615) 2024-09-03 18:38:21 +08:00
control_plane.go refactor/optimize(bpf): rework bpf route with bpf_loop (#580) 2024-10-30 01:06:13 +08:00
control.go
dns_cache.go
dns_control.go feat(dns): support DoH, DoT, DoH3, DoQ (#649) 2024-11-02 00:45:03 +08:00
dns_utils.go
dns.go feat(dns): support DoH, DoT, DoH3, DoQ (#649) 2024-11-02 00:45:03 +08:00
netns_utils.go
packet_sniffer_pool_test.go
packet_sniffer_pool.go
routing_matcher_builder.go
routing_matcher_userspace.go
sysctl.go
tcp.go fix: connection leaks (#624) 2024-09-26 22:40:29 +08:00
udp_endpoint_pool.go fix: connection leaks (#624) 2024-09-26 22:40:29 +08:00
udp_task_pool_test.go fix: crash on openwrt (#640) 2024-09-19 13:40:05 -04:00
udp_task_pool.go fix: crash on openwrt (#640) 2024-09-19 13:40:05 -04:00
udp.go fix: crash on openwrt (#640) 2024-09-19 13:40:05 -04:00
utils.go