dae/control
mzz a32bd81637
chore: upgrade quic-go to 0.37.4 to support go1.21 (#270)
Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
2023-08-09 23:00:38 +08:00
..
kern fix: caddy cannot accept connections (#262) 2023-08-06 01:43:17 +08:00
.gitignore
addr.go
bpf_subobjects.go
bpf_subobjects.tmpl
bpf_utils.go fix: caddy cannot accept connections (#262) 2023-08-06 01:43:17 +08:00
connectivity.go fix: should allow fallbacking ip version if dialing domain (#164) 2023-06-29 22:30:33 +08:00
control_plane_core.go fix: support to bind dae to wg lan (and other tun) (#221) 2023-07-16 18:26:20 +08:00
control_plane.go feat: add meek (#258) 2023-08-06 22:35:23 +08:00
control.go
dns_cache.go fix(dns): should reject with nx instead of 0.0.0.0 (#141) 2023-07-16 11:28:28 +08:00
dns_control.go chore: upgrade quic-go to 0.37.4 to support go1.21 (#270) 2023-08-09 23:00:38 +08:00
dns_utils.go refactor(dns): replace dnsmessage with miekg/dns (#188) 2023-07-09 16:02:17 +08:00
routing_matcher_builder.go optimize(routing): fix slow domain++ ip routing (#133) 2023-06-11 12:48:52 +08:00
routing_matcher_userspace.go optimize(routing): fix slow domain++ ip routing (#133) 2023-06-11 12:48:52 +08:00
tcp.go chore: upgrade quic-go to 0.37.4 to support go1.21 (#270) 2023-08-09 23:00:38 +08:00
udp_endpoint.go chore: upgrade quic-go to 0.37.4 to support go1.21 (#270) 2023-08-09 23:00:38 +08:00
udp.go fix: bad ipversion selection caused by #251 (#257) 2023-08-05 18:18:21 +08:00
utils.go