.github
Update lwip to fork
2022-08-18 10:08:10 +08:00
internal
Update gVisor to 20230417.0
2023-04-22 20:14:32 +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 20230417.0
2023-04-22 20:14:32 +08:00
go.sum
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
gvisor_err.go
Make gVisor optional
2022-09-15 12:16:14 +08:00
gvisor_log.go
Make gVisor optional
2022-09-15 12:16:14 +08:00
gvisor_stub.go
Make gVisor optional
2022-09-15 12:16:14 +08:00
gvisor_udp.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
LICENSE
Init commit
2022-07-11 17:15:22 +08:00
lwip.go
Add system stack
2022-09-08 18:11:26 +08:00
lwip_stub.go
Make gVisor optional
2022-09-15 12:16:14 +08:00
Makefile
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
monitor.go
Fix macos monitor
2023-05-09 18:20:26 +08:00
monitor_android.go
Improve ipv6 route
2022-09-07 12:38:55 +08:00
monitor_darwin.go
Fix macos monitor
2023-05-09 18:20:26 +08:00
monitor_linux.go
Improve monitor api
2022-08-04 23:44:59 +08:00
monitor_linux_default.go
Add support for use with android VPNService
2022-09-05 21:32:26 +08:00
monitor_other.go
Add support for use with android VPNService
2022-09-05 21:32:26 +08:00
monitor_shared.go
Suppress no network error
2022-10-28 09:52:59 +08:00
monitor_windows.go
Fix windows monitor
2023-03-09 15:51:41 +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
route.go
Fix action type
2023-03-24 16:22:20 +08:00
route_gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
route_mapping.go
Revert LRU cache changes
2023-04-19 23:48:14 +08:00
route_nat.go
Add route support
2023-03-22 01:28:18 +08:00
route_nat_gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
route_non_gvisor.go
Add route support
2023-03-22 01:28:18 +08:00
stack.go
Fix windows firewall for system stack
2023-05-09 12:12:00 +08:00
system.go
Fix windows firewall for system stack
2023-05-09 12:12:00 +08:00
system_nat.go
Fix system nat mapping
2023-04-19 14:16:14 +08:00
system_nonwindows.go
Fix windows firewall for system stack
2023-05-09 12:12:00 +08:00
system_windows.go
Fix windows firewall for system stack
2023-05-09 12:12:00 +08:00
tun.go
Add create tun from file descriptor
2023-02-26 17:11:24 +08:00
tun_darwin.go
Flush DNS cache on macOS
2023-03-26 10:37:44 +08:00
tun_darwin_gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00
tun_linux.go
Set search domain for systemd-resolved
2023-03-26 16:09:54 +08:00
tun_linux_gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +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
Fetch android users
2022-08-28 11:08:07 +08:00
tun_windows.go
Flush DNS cache on macOS
2023-03-26 10:37:44 +08:00
tun_windows_gvisor.go
Update gVisor to 20230417.0
2023-04-22 20:14:32 +08:00