Simple transparent proxy library
Find a file
2022-09-08 18:11:26 +08:00
.github Update lwip to fork 2022-08-18 10:08:10 +08:00
internal Add system stack 2022-09-08 18:11:26 +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 Add support for use with android VPNService 2022-09-05 21:32:26 +08:00
go.sum Add support for use with android VPNService 2022-09-05 21:32:26 +08:00
gvisor.go Add system stack 2022-09-08 18:11:26 +08:00
gvisor_err.go Fix lint 2022-08-24 18:56:17 +08:00
gvisor_log.go Improve build tags 2022-08-07 15:40:46 +08:00
gvisor_other.go Add system stack 2022-09-08 18:11:26 +08:00
gvisor_stub.go Add system stack 2022-09-08 18:11:26 +08:00
gvisor_udp.go Fix gvisor udp write back 2022-08-21 11:37:17 +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 Add system stack 2022-09-08 18:11:26 +08:00
Makefile Add strict route option 2022-08-27 09:30:30 +08:00
monitor.go Add support for use with android VPNService 2022-09-05 21:32:26 +08:00
monitor_android.go Improve ipv6 route 2022-09-07 12:38:55 +08:00
monitor_darwin.go Add support for use with android VPNService 2022-09-05 21:32: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 Add support for use with android VPNService 2022-09-05 21:32:26 +08:00
monitor_windows.go Add support for use with android VPNService 2022-09-05 21:32:26 +08:00
packages.go Fix include_android_user 2022-08-27 12:16:50 +08:00
packages_android.go Fix include_android_user 2022-08-27 12:16:50 +08:00
packages_stub.go Add android package route support 2022-08-15 11:34:12 +08:00
README.md Add darwin support 2022-08-05 16:54:23 +08:00
stack.go Add system stack 2022-09-08 18:11:26 +08:00
system.go Add system stack 2022-09-08 18:11:26 +08:00
system_nat.go Add system stack 2022-09-08 18:11:26 +08:00
timeout.go Add endpoint independent nat support 2022-07-26 19:15:04 +08:00
tun.go Improve ipv6 route 2022-09-07 12:38:55 +08:00
tun_darwin.go Add system stack 2022-09-08 18:11:26 +08:00
tun_darwin_gvisor.go Refactor api 2022-08-15 09:46:58 +08:00
tun_linux.go Improve ipv6 route 2022-09-07 12:38:55 +08:00
tun_linux_gvisor.go Refactor api 2022-08-15 09:46:58 +08:00
tun_nondarwin.go Add system stack 2022-09-08 18:11:26 +08:00
tun_other.go Refactor api 2022-08-15 09:46:58 +08:00
tun_rules.go Fetch android users 2022-08-28 11:08:07 +08:00
tun_windows.go Add system stack 2022-09-08 18:11:26 +08:00
tun_windows_gvisor.go Refactor api 2022-08-15 09:46:58 +08:00

sing-tun

Simple transparent proxy library.

For Linux, Windows and macOS.

License

Copyright (C) 2022 by nekohasekai <contact-sagernet@sekai.icu>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.