# README
⚙️ GoXRAY Core
Core libraries and packages for GoXRay VPN.
Packages:
- network/route: basic api to interact with system IP tables.
- network/tun: TUN interface operations on system level.
- pipe2socks: a pipe to route IP packets stream from io.ReadWriteCloser to socks proxy and back.
# Packages
No description provided by the author
Package pipe2socks implements a pipe to route IP packets stream from io.ReadWriteCloser to socks proxy and back.