.github
Add renovate configuration
2024-10-31 21:59:32 +08:00
internal
Remove dependency on comshim
2024-04-06 22:38:48 +08:00
.gitignore
Update .gitignore
2024-02-26 13:22:15 +08:00
.golangci.yml
Update linter configuration
2024-09-14 21:26:40 +08:00
go.mod
Update gvisor to 20241007.0
2024-11-08 12:15:36 +08:00
go.sum
Update gvisor to 20241007.0
2024-11-08 12:15:36 +08:00
LICENSE
Init commit
2022-07-11 17:15:22 +08:00
Makefile
Reuse InterfaceFinder
2024-10-13 13:26:08 +08:00
monitor.go
Reuse InterfaceFinder
2024-10-13 13:26:08 +08:00
monitor_android.go
Reuse InterfaceFinder
2024-10-13 13:26:08 +08:00
monitor_darwin.go
Reuse InterfaceFinder
2024-10-13 13:26:08 +08:00
monitor_linux.go
avoid netlink dos networkUpdateMonitor
2024-04-06 22:23:48 +08:00
monitor_linux_default.go
Add mixed stack
2023-08-12 19:38:06 +08:00
monitor_other.go
Add mixed stack
2023-08-12 19:38:06 +08:00
monitor_shared.go
Reuse InterfaceFinder
2024-10-13 13:26:08 +08:00
monitor_windows.go
Update network handler usages
2024-11-08 12:15:37 +08:00
network_name.go
Add route support
2023-03-22 01:28:18 +08:00
packages.go
Use new fswatcher to udpate android packages
2024-06-26 11:02:47 +08:00
packages_android.go
Use new fswatcher to udpate android packages
2024-06-26 11:02:47 +08:00
packages_stub.go
Use new fswatcher to udpate android packages
2024-06-26 11:02:47 +08:00
README.md
Fix system stack for ios
2023-04-17 20:02:10 +08:00
redirect.go
Update network handler usages
2024-11-08 12:15:37 +08:00
redirect_iptables.go
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
redirect_linux.go
Update network handler usages
2024-11-08 12:15:37 +08:00
redirect_nftables.go
auto-redirect: Let fw4 take precedence over prerouting
2024-10-13 13:26:08 +08:00
redirect_nftables_exprs.go
Using netipx.IPSet safely
2024-06-22 13:01:06 +08:00
redirect_nftables_rules.go
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
redirect_nftables_rules_openwrt.go
auto-redirect: Add route address set support for nftables
2024-06-16 15:37:27 +08:00
redirect_server.go
Update network handler usages
2024-11-08 12:15:37 +08:00
redirect_stub.go
Add auto-redirect
2024-06-07 15:48:43 +08:00
stack.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
stack_gvisor.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
stack_gvisor_filter.go
Update gVisor to 20240212.0-65-g71212d503
2024-05-07 19:52:59 +08:00
stack_gvisor_lazy.go
Update network handler usages
2024-11-08 12:15:37 +08:00
stack_gvisor_log.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_gvisor_stub.go
Add mixed stack
2023-08-12 19:38:06 +08:00
stack_gvisor_udp.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
stack_mixed.go
Update network handler usages
2024-11-08 12:15:37 +08:00
stack_system.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
stack_system_nat.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
stack_system_nonwindows.go
Retry system listen
2024-10-14 22:10:23 +08:00
stack_system_windows.go
Retry system listen
2024-10-14 22:10:23 +08:00
tun.go
Migrate to udpnat2 / Add PrepareConnection
2024-11-08 12:15:37 +08:00
tun_darwin.go
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
tun_darwin_gvisor.go
Update gvisor to 20241007.0
2024-11-08 12:15:36 +08:00
tun_linux.go
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
tun_linux_flags.go
Add GSO support
2023-12-21 16:51:06 +08:00
tun_linux_gvisor.go
Add GSO support
2023-12-21 16:51:06 +08:00
tun_linux_offload.go
Add GSO support
2023-12-21 16:51:06 +08:00
tun_linux_offload_errors.go
Add GSO support
2023-12-21 16:51:06 +08:00
tun_nondarwin.go
Add system stack
2022-09-08 18:11:26 +08:00
tun_nonlinux.go
Add GSO support
2023-12-21 16:51:06 +08:00
tun_other.go
Add create tun from file descriptor
2023-02-26 17:11:24 +08:00
tun_rules.go
Update network handler usages
2024-11-08 12:15:37 +08:00
tun_windows.go
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
tun_windows_gvisor.go
Update gvisor to 20241007.0
2024-11-08 12:15:36 +08:00