Skip to content

zhangsan946/jets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jets

A Rust rule-based tunnel targeting to enduser for secure & reliable network access in high speed.

Features

This project is still in the very early development stage. Welcome anyone interested to join.

  • Inbound

    • socks(✅ socks5, ❌ socks4)
    • ✅ http
    • ❌ tun
  • Outbound

    • freedom
    • socks(✅ socks5)
    • vless(✅ v2fly, ✅ xtls)
    • ✅ shadowsocks
    • ❌ trojan
    • ❌ vmess
  • Routing

    • ✅ InboundTag, Ip, Domain
    • ❌ source, protocol, balancerTag
    • ✅ AsIs, ❌ IPIfNonMatch & IPOnDemand
  • DNS

    • ✅ DNS over TCP
    • ❌ UDP
    • ❌ doh/doq/dot
  • Other

    • ❌ Connection timeout & options
    • ❌ socks & http auth
    • ❌ UDP
    • ❌ fakedns
    • ❌ more protocols & configurations

Development

  1. Install protocol compiler by downloading a pre-built binary from Protocol Buffers releases.
  2. Intall Rust 1.80.0+.
  3. Build or run the code.
    cargo build
    cargo run

Limitation

  1. shadowsocks using 2022 cipher doesn't support password containing '-'.

Credits

  1. shadowsocks-rust
  2. v2ray-rust
  3. Xray-core

About

A Rust rule-based tunnel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages