nadoo
15f9e74e39
wss: added a new scheme wss
for convenience
2021-07-09 19:17:16 +08:00
nadoo
a62674838e
ssh: handle error in init conn ( #264 )
2021-07-07 19:05:26 +08:00
nadoo
879e736f01
ws: use default port if not specified
2021-07-06 20:31:39 +08:00
nadoo
53fe94251f
direct: optimize codes
2021-07-02 19:09:01 +08:00
nadoo
7f85f664e3
general: fixed a bug which leads to panic when the specified interface not exists
2021-07-02 01:06:11 +08:00
nadoo
72e57ab6e3
proxy: added a new scheme direct
so we can use it as a failover forwarder
2021-06-29 19:55:05 +08:00
nadoo
d92e7f6191
dhcpd: support static ip address for mac
2021-06-10 20:09:21 +08:00
nadoo
41fee381d0
dhcpd: support to handle DECLINE
& RELEASE
msg
2021-06-07 19:14:58 +08:00
nadoo
3092d857ff
dns: added new config dnscachelog
and default to false
2021-05-30 12:18:05 +08:00
nadoo
ceb8b82df8
proxy: support chain more than 2 protocols in server mode
2021-05-05 18:41:48 +08:00
nadoo
70cf30b5e6
smux: return os.ErrDeadlineExceeded when timeout
2021-05-01 00:32:55 +08:00
nadoo
e9e4515e67
smux: improve smux server
2021-04-28 00:53:41 +08:00
Juan Calderon-Perez
074ca54053
Update Dockerfile ( #258 )
...
Fix for alpine cache error.
2021-04-22 12:17:21 +08:00
Juan Calderon-Perez
c5fd785cde
Syntax fix for Dockerfile ( #257 )
...
Added missing backslash on Dockerfile.
2021-04-22 10:32:34 +08:00
Juan Calderon-Perez
bcf17ade29
Add basic tools to Dockerfile ( #255 )
...
* Update Dockerfile
Add bind-tools and ca-certificates to Docker Image
* Support for non-root container
Added glider user and group to final image. Support for running Glider container as non-root user. Build image is now pinned to Golang 1.16 to avoid future issues when 1.17 is released.
2021-04-22 09:53:47 +08:00
nadoo
dbd2e04521
proxy: added smux support
2021-04-21 00:29:17 +08:00
nadoo
34a053b875
ssh: close unused connection ( #251 )
2021-04-20 20:55:40 +08:00
nadoo
ddfcaae49c
ssh: reuse underlying connection ( #251 )
2021-04-20 15:28:52 +08:00
nadoo
2a7eed7667
ci: added freebsd version
2021-04-19 10:39:40 +08:00
nadoo
2d16870803
tls,trojan: optimize the default port handling
2021-03-21 00:08:00 +08:00
nadoo
93728c6378
socks5: fixed a bug in target getting
2021-03-19 15:57:16 +08:00
nadoo
88f09b30bc
action: do not check issues with lable bug and enhancement.
2021-03-08 12:05:01 +08:00
nadoo
8116b5994b
chore: bump version to v0.13.1
2021-02-19 23:23:12 +08:00
nadoo
4fab9d7b4b
ci: use stable version of go1.16
2021-02-17 11:42:03 +08:00
nadoo
8bca9cb3e4
ws: avoid pannic when addr not set( #229 )
2021-02-14 11:01:52 +08:00
nadoo
fbf694f5cd
socks5: fix an issue in udp handling with auth ( #219 )
2021-02-12 22:11:07 +08:00
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