Categorygithub.com/goxray/core
modulepackage
0.0.2
Repository: https://github.com/goxray/core.git
Documentation: pkg.go.dev

# README

⚙️ GoXRAY Core

Static Badge Static Badge Go Report Card Go Reference

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.