Skip to content
/ core Public

⚙️ Core packages for Go XRay VPN client

License

Notifications You must be signed in to change notification settings

goxray/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ 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.