Skip to content

goxray/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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.