glider/proxy
2021-07-29 20:05:20 +08:00
..
http chore: document works and code optimizations 2020-12-02 19:00:39 +08:00
kcp ssh: handle error in init conn (#264) 2021-07-07 19:05:26 +08:00
mixed general: restructure package, move socks to proxy 2020-10-01 22:49:14 +08:00
obfs chore: document works and code optimizations 2020-12-02 19:00:39 +08:00
protocol config: added tcpbufsize & udpbufsize(default: 2048) 2021-07-24 23:45:53 +08:00
redir ssr: move 3rd party ssr pkg to internal 2020-10-29 22:47:57 +08:00
reject log: show proxy info in log, via PROXY 2019-09-18 22:08:48 +08:00
smux ssh: handle error in init conn (#264) 2021-07-07 19:05:26 +08:00
socks4 feat: support socks4a (#206) 2020-12-19 13:19:16 +08:00
socks5 ssh: reuse underlying connection (#251) 2021-04-20 15:28:52 +08:00
ss ssh: reuse underlying connection (#251) 2021-04-20 15:28:52 +08:00
ssh ssh: handle error in init conn (#264) 2021-07-07 19:05:26 +08:00
ssr config: added tcpbufsize & udpbufsize(default: 2048) 2021-07-24 23:45:53 +08:00
tcp check: stop checking when protocol not supported 2020-11-26 19:21:27 +08:00
tls ssh: handle error in init conn (#264) 2021-07-07 19:05:26 +08:00
tproxy udp,unix,tproxy: improve udp server 2021-07-29 20:05:20 +08:00
trojan trojan,vless: use proxy.RelayUDP to support ReadDeadline 2021-07-26 23:14:35 +08:00
udp udp,unix,tproxy: improve udp server 2021-07-29 20:05:20 +08:00
unix udp,unix,tproxy: improve udp server 2021-07-29 20:05:20 +08:00
vless trojan,vless: use proxy.RelayUDP to support ReadDeadline 2021-07-26 23:14:35 +08:00
vmess socks5: fixed a bug in target getting 2021-03-19 15:57:16 +08:00
ws wss: added a new scheme wss for convenience 2021-07-09 19:17:16 +08:00
conn.go config: added tcpbufsize & udpbufsize(default: 2048) 2021-07-24 23:45:53 +08:00
dialer.go general: fixed a bug which leads to panic when the specified interface not exists 2021-07-02 01:06:11 +08:00
direct.go direct: optimize codes 2021-07-02 19:09:01 +08:00
proxy.go proxy: drop tcptun and udptun, use tcp and udp instead 2020-11-29 15:09:44 +08:00
server.go ci: added freebsd version 2021-04-19 10:39:40 +08:00