dae/control
/gray 3764df2af3
fix: sysctl net.ipv4.conf.dae0peer.accept_local=1 (#512)
Co-authored-by: Sumire (菫) <151038614+sumire88@users.noreply.github.com>
2024-05-03 19:11:28 +08:00
..
kern fix: maintain udp conn direction to fix possible dns leaking (#505) 2024-04-25 08:43:28 +08:00
.gitignore Revert "chore: include compiled file for lib use" 2023-03-03 15:33:31 +08:00
addr.go refactor/optimize: remove dead code (#411) 2024-01-23 20:50:07 +08:00
anyfrom_pool.go feat(bpf): implement stack bypass (#458) 2024-03-01 18:27:02 +08:00
bpf_subobjects.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
bpf_subobjects.tmpl
bpf_utils.go feat(bpf): implement stack bypass (#458) 2024-03-01 18:27:02 +08:00
connectivity.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
control_plane_core.go fix: auto_config_kernel_parameter sets net.ipv6.conf.all.forwarding=1 when binding lan interfaces (#499) 2024-04-15 08:17:14 +08:00
control_plane.go fix/chore: update submodule outbound to fix panic in some edge cases (#503) 2024-04-24 02:22:50 +08:00
control.go refactor/optimize: remove dead code (#411) 2024-01-23 20:50:07 +08:00
dns_cache.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
dns_control.go fix/chore: update submodule outbound to fix panic in some edge cases (#503) 2024-04-24 02:22:50 +08:00
dns_utils.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
netns_utils.go fix: sysctl net.ipv4.conf.dae0peer.accept_local=1 (#512) 2024-05-03 19:11:28 +08:00
packet_sniffer_pool_test.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
packet_sniffer_pool.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
routing_matcher_builder.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
routing_matcher_userspace.go chore(license): update license signature (#406) 2024-01-04 17:28:16 +08:00
sysctl.go fix: Watch sysctl changes to ensure expected values (#426) 2024-01-23 21:11:44 +08:00
tcp.go fix/chore: update submodule outbound to fix panic in some edge cases (#503) 2024-04-24 02:22:50 +08:00
udp_endpoint_pool.go fix/chore: update submodule outbound to fix panic in some edge cases (#503) 2024-04-24 02:22:50 +08:00
udp.go fix/chore: update submodule outbound to fix panic in some edge cases (#503) 2024-04-24 02:22:50 +08:00
utils.go fix: Watch sysctl changes to ensure expected values (#426) 2024-01-23 21:11:44 +08:00