mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-07 01:33:15 +08:00
5 lines
148 B
Go
5 lines
148 B
Go
// Package obfs provides obfuscation functionality for Shadowsocks protocol.
|
|
package obfs
|
|
|
|
// Ref: github.com/Dreamacro/clash/component/simple-obfs
|