https://github.com/goxray/core
⚙️ Core packages for Go XRay VPN client
https://github.com/goxray/core
go iptables ipv4 networking routing tun tun2socks vpn vpn-client
Last synced: 5 months ago
JSON representation
⚙️ Core packages for Go XRay VPN client
- Host: GitHub
- URL: https://github.com/goxray/core
- Owner: goxray
- License: mit
- Created: 2024-12-15T11:17:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-19T09:38:50.000Z (9 months ago)
- Last Synced: 2026-01-12T18:42:44.731Z (5 months ago)
- Topics: go, iptables, ipv4, networking, routing, tun, tun2socks, vpn, vpn-client
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚙️ GoXRay Core


[](https://goreportcard.com/report/github.com/goxray/core)
[](https://pkg.go.dev/github.com/goxray/core)
Core libraries and packages for GoXRay VPN.
## Packages:
- [network/route](/network/route): basic api to interact with system IP tables.
- [network/tun](/network/tun): TUN interface operations on system level.
- [pipe2socks](/pipe2socks): a pipe to route IP packets stream from io.ReadWriteCloser to socks proxy and back.