mzz
d2268b623f
fix(socks5): should not dial returned bind addr directly ( #212 )
...
* fix(socks5): should not dial returned bind addr directly
When server returns an any ip (0.0.0.0 or [::0]), we should use conventional ip to replace the any ip given (0.0.0.0 or [::0]).
This behaviour adapts to most situations.
See v2fly/v2ray-core#523
* fix: splithostport
2021-02-07 11:04:58 +08:00
nadoo
a310635a9f
ci: remove tip version
2021-02-06 00:47:43 +08:00
nadoo
bf8e37c6df
ci: fix issue in github action
2021-02-06 00:44:03 +08:00
nadoo
40aadf3e24
ci: use go1.16rc1
2021-02-06 00:26:58 +08:00
mzz
068281cafa
feat: support socks4a ( #206 )
...
* feat: support socks4a
* fix: the ip should be 'To4'
* fix: align length
2020-12-19 13:19:16 +08:00
nadoo
226dd97d7d
ss: change the conn close behavior ( fixed #180 )
2020-12-15 19:26:25 +08:00
nadoo
42c15b9262
chore: document update
2020-12-04 18:42:16 +08:00
nadoo
03be29daba
chore: add schemes section to doc
2020-12-04 12:49:49 +08:00
nadoo
e6631aaf84
chore: document update
2020-12-04 12:41:38 +08:00
nadoo
10b7f2d5e6
unix, udp: fixed nat issue ( #194 )
2020-12-03 23:47:26 +08:00
mzz
539f604e37
vmess(security-auto): choose security automaticly rather than using obsolete format ( #200 )
2020-12-03 17:12:16 +08:00
mzz
1b484cca8f
feat(vmess): support forward/udp ( #199 )
2020-12-03 15:27:52 +08:00
nadoo
2db84bb7aa
chore: document works and code optimizations
2020-12-02 19:00:39 +08:00
nadoo
142865535e
unix: support udp forwarding ( #194 )
2020-12-01 20:04:47 +08:00
nadoo
63112a1509
kcp: support set mode ( #197 )
2020-11-30 20:28:09 +08:00
nadoo
e077cb86b4
proxy: support tunnel mode inkcp
tls
ws
2020-11-29 23:13:19 +08:00
nadoo
87f1f44912
unix: support tunnel mode ( #194 )
2020-11-29 21:59:20 +08:00
nadoo
c9f3c20bc1
proxy: drop tcptun
and udptun
, use tcp
and udp
instead
2020-11-29 15:09:44 +08:00
mzz
adfb2fb9b4
fix: udp packet unpacking failure ( #198 )
2020-11-29 14:47:54 +08:00
nadoo
f60d248ac7
check: fixed a bug in checking
2020-11-26 19:43:06 +08:00
nadoo
98ce20b295
check: stop checking when protocol not supported
2020-11-26 19:21:27 +08:00
nadoo
6820644073
proxy: added new scheme udp
as replacement of udptun
2020-11-24 19:30:08 +08:00
nadoo
1fcfeabdb1
check: change fwdr status after script check ( #195 )
2020-11-21 01:33:18 +08:00
nadoo
eaaa6d5aa9
check: added script checker ( #195 )
2020-11-21 01:20:40 +08:00
nadoo
65d606d29c
check: support full url check and expect resp setting( #195 )
2020-11-20 18:11:25 +08:00
nadoo
38f84a625d
proxy: added new scheme tcp
as replacement of tcptun
2020-11-17 23:58:42 +08:00
nadoo
1173f533ec
check: support tcp check, use checktype & checkaddr instead of checkwebsite
2020-11-17 20:46:55 +08:00
nadoo
e6e5c3d4b6
doc: add ghcr info for docker
2020-11-12 23:57:11 +08:00
nadoo
8fbd69d4cc
docker: add token for ghcr
2020-11-12 23:47:41 +08:00
nadoo
da1075116f
docker: publish to github container registry
2020-11-12 23:39:54 +08:00
nadoo
678e9b9845
doc: add info for docker
2020-11-12 22:39:08 +08:00
nadoo
453fe925b3
docker: added scripts to publish docker image
2020-11-12 22:08:02 +08:00
nadoo
4887089a4b
ws: allow to set Origin header and default to nil
2020-11-07 19:20:35 +08:00
nadoo
8a2e95b17e
chore: add comments to export functions
2020-11-06 22:47:33 +08:00
nadoo
417ac556f7
pool: added bufio.Reader pool
2020-11-03 22:52:50 +08:00
nadoo
c15c55fe05
ssr: move 3rd party ssr pkg to internal
2020-10-29 22:47:57 +08:00
nadoo
7c92aca331
ssr: a little modification to use buffer pool
2020-10-27 22:32:04 +08:00
nadoo
b3940e4b77
ss: export the cipher package
2020-10-27 13:11:40 +08:00
nadoo
dad45afb17
ss: use internal pkg instead
2020-10-26 21:43:56 +08:00
nadoo
32990ebf77
proxy: optimize Copy for network connection
2020-10-24 18:55:47 +08:00
nadoo
e9f6f15290
general: try to reduce tcp fragment
2020-10-23 22:29:12 +08:00
nadoo
aefb9cd7ae
proxy: enable splice in relay when using proxy.Conn
2020-10-22 19:42:42 +08:00
nadoo
904757052d
conn: change TCPBufSize to 32K as the golang standard lib did
2020-10-21 20:00:43 +08:00
nadoo
cd78995cd4
ws: optimized the frame implementation
2020-10-20 20:28:35 +08:00
nadoo
beec9d205f
ws: support websocket server mode
2020-10-19 20:45:57 +08:00
nadoo
13babd9305
vless: fixed a bug in fallback processing
2020-10-15 19:34:00 +08:00
nadoo
d510ea45b0
udp: remove uottun and optimize udp implementation
2020-10-15 00:19:05 +08:00
nadoo
78e03d7fbf
check: add checktolerance
config for lha mode
2020-10-12 19:07:54 +08:00
nadoo
a1ff92201c
trojan: support fallback
2020-10-11 19:53:38 +08:00
nadoo
6fff126e4b
proxy: optimize NewConn, avoid loop
2020-10-11 18:46:15 +08:00