.github
Update gVisor to 20230605.0-33-g8ec8dbe7e
2023-06-11 22:06:33 +08:00
internal
Disable Windows DNS registration
2023-10-26 14:08:25 +08:00
.gitignore
Init commit
2022-07-11 17:15:22 +08:00
.golangci.yml
Refactor api
2022-08-15 09:46:58 +08:00
go.mod
Update gVisor to 20231113.0
2023-11-19 11:55:13 +08:00
go.sum
Update gVisor to 20231113.0
2023-11-19 11:55:13 +08:00
LICENSE
Init commit
2022-07-11 17:15:22 +08:00
Makefile
Update gci usage
2023-06-10 08:50:20 +08:00
monitor.go
Add DefaultInterface func
2023-10-26 14:08:21 +08:00
monitor_android.go
Improve ipv6 route
2022-09-07 12:38:55 +08:00
monitor_darwin.go
Fix darwin monitor socket leak
2023-08-21 14:55:22 +08:00
monitor_linux.go
android: Fix netlink check
2023-09-26 17:39:31 +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
Remove network requirement on start
2023-11-03 10:59:51 +08:00
monitor_windows.go
Fix monitor
2023-08-07 20:31:52 +08:00
network_name.go
Add route support
2023-03-22 01:28:18 +08:00
packages.go
Fix include_android_user
2022-08-27 12:16:50 +08:00
packages_android.go
Merge abx to sing
2023-01-03 10:49:48 +08:00
packages_stub.go
Add android package route support
2022-08-15 11:34:12 +08:00
README.md
Fix system stack for ios
2023-04-17 20:02:10 +08:00
stack.go
Add broadcast filter
2023-11-06 21:33:35 +08:00
stack_gvisor.go
Add broadcast filter
2023-11-06 21:33:35 +08:00
stack_gvisor_err.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_gvisor_filter.go
Add broadcast filter
2023-11-06 21:33:35 +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
Fix gVisor UDP 6to4 check
2023-10-06 17:07:04 +08:00
stack_lwip.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_lwip_stub.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_mixed.go
Fix broadcast filter not applied to mixed stack
2023-11-14 17:16:24 +08:00
stack_system.go
system: Check UDP invalid packet
2023-11-14 17:16:24 +08:00
stack_system_nat.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_system_nonwindows.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
stack_system_windows.go
Add handshake interface support for gVisor UDP
2023-08-07 20:32:32 +08:00
tun.go
Add route exclude support
2023-11-16 18:27:36 +08:00
tun_darwin.go
Add route exclude support
2023-11-16 18:27:36 +08:00
tun_darwin_gvisor.go
Update gVisor to 20230814.0
2023-10-26 14:08:19 +08:00
tun_linux.go
Add route exclude support
2023-11-16 18:27:36 +08:00
tun_linux_gvisor.go
Update gVisor to 20230605.0-33-g8ec8dbe7e
2023-06-11 22:06:33 +08:00
tun_nondarwin.go
Add system stack
2022-09-08 18:11:26 +08:00
tun_other.go
Add create tun from file descriptor
2023-02-26 17:11:24 +08:00
tun_rules.go
Add route exclude support
2023-11-16 18:27:36 +08:00
tun_windows.go
Add route exclude support
2023-11-16 18:27:36 +08:00
tun_windows_gvisor.go
Update gVisor to 20230814.0
2023-10-26 14:08:19 +08:00