xjasonlyu
|
830c231c43
|
Refactor: standalone version module
|
2022-01-31 16:00:17 +08:00 |
|
xjasonlyu
|
0e5dafd36b
|
Chore(docker): re-tag to dev
|
2022-01-31 14:26:31 +08:00 |
|
xjasonlyu
|
40dfe8807a
|
Chore(iobased): use MTU()
|
2022-01-29 21:00:43 +08:00 |
|
xjasonlyu
|
e3007f0498
|
Chore: import with newline
|
2022-01-29 21:00:19 +08:00 |
|
xjasonlyu
|
e23837aa6d
|
Style: use gofumpt for fmt
|
2022-01-29 17:26:24 +08:00 |
|
xjasonlyu
|
1d229ac859
|
Chore: update workflows
|
2022-01-29 17:06:01 +08:00 |
|
 Jason LyuandGitHub
|
300401ad76
|
Chore: create codeql-analysis.yml
|
2022-01-29 17:04:54 +08:00 |
|
xjasonlyu
|
e3b57bb8d8
|
Chore: update issue template
|
2022-01-29 16:56:03 +08:00 |
|
xjasonlyu
|
f114b435d3
|
Chore: issue template config
|
2022-01-29 16:34:00 +08:00 |
|
xjasonlyu
|
b394b09790
|
Chore: adjust entrypoint.sh
|
2022-01-29 14:09:59 +08:00 |
|
xjasonlyu
|
59f682dfab
|
Chore: rename to iobased
|
2022-01-28 21:10:10 +08:00 |
|
xjasonlyu
|
3b82a085d7
|
Chore: rename to config.yml
|
2022-01-28 19:59:32 +08:00 |
|
xjasonlyu
|
4b4b01a507
|
Improve: use bytes.Buffer pool
|
2022-01-28 15:30:23 +08:00 |
|
xjasonlyu
|
1bbb51b332
|
Chore: use automaxprocs
|
2022-01-28 15:01:04 +08:00 |
|
xjasonlyu
|
2a2420f89d
|
Fix: revert module
Temporarily revert to previous gVisor version due to unstable bugs.
|
2022-01-20 15:07:42 +08:00 |
|
xjasonlyu
|
95f6464174
|
Chore: impl interface
|
2022-01-19 19:52:45 +08:00 |
|
xjasonlyu
|
3fa0820552
|
Chore: go mod update
|
2022-01-19 19:52:03 +08:00 |
|
 Fan LinandGitHub
|
c068fbd626
|
Fix: set major version to v2 (#88)
|
2022-01-03 16:06:18 +08:00 |
|
xjasonlyu
|
9370983c63
|
Chore: upgrade go-chi/chi to v5
|
2021-12-24 11:31:55 +08:00 |
|
xjasonlyu
|
5fe7c9a5bb
|
Chore: update README_ZH
|
2021-12-23 20:01:50 +08:00 |
|
xjasonlyu
|
c1ba254957
|
Improve: add pprof debug
|
2021-12-08 17:00:28 +08:00 |
|
xjasonlyu
|
4ffe32fd89
|
Improve: add default mtu for fd device
|
2021-12-08 16:27:45 +08:00 |
|
xjasonlyu
|
8e00168914
|
Chore: regular module updating
|
2021-12-08 12:32:23 +08:00 |
|
xjasonlyu
|
0d51d2db54
|
Chore: update go modules
|
2021-11-27 13:36:13 +08:00 |
|
xjasonlyu
|
cf557f0eb1
|
Fix: control should return error
|
2021-11-27 13:27:44 +08:00 |
|
xjasonlyu
|
6bb44f9eb1
|
Change: use nop for reject
|
2021-11-27 13:15:01 +08:00 |
|
 Jason LyuandGitHub
|
40824d8350
|
Update issue templates
|
2021-11-22 11:09:06 +08:00 |
|
xjasonlyu
|
5ee4c676a1
|
Feature: YAML config support
|
2021-11-10 13:38:20 +08:00 |
|
xjasonlyu
|
733c4cb779
|
Chore: grammar correction
|
2021-11-08 21:11:35 +08:00 |
|
xjasonlyu
|
af55e8517c
|
Chore: rename to SerializeSocksAddr
|
2021-11-08 21:06:24 +08:00 |
|
xjasonlyu
|
8fcd8fee85
|
Fix(fd): compile error
v2.3.2
|
2021-11-01 14:01:21 +08:00 |
|
xjasonlyu
|
e06cce1dd4
|
Chore: update go modules
$ go mod tidy -compat=1.17
|
2021-11-01 13:07:07 +08:00 |
|
xjasonlyu
|
867cfefa76
|
Chore(workflows/go): ignore docs
|
2021-10-19 21:13:14 +08:00 |
|
xjasonlyu
|
176324412b
|
Chore: update README
|
2021-10-19 21:11:29 +08:00 |
|
xjasonlyu
|
66e9c6d4e9
|
Chore: update modules
|
2021-10-17 14:30:19 +08:00 |
|
xjasonlyu
|
3928350e57
|
Chore: minor reposition
|
2021-10-17 14:29:08 +08:00 |
|
xjasonlyu
|
f6ba31f121
|
Feature: support fd device
Experimental support for file descriptor based device, may be used like `fd://3`
|
2021-10-17 14:21:37 +08:00 |
|
xjasonlyu
|
bf3f4599cc
|
Chore(tun): remove with options
|
2021-10-17 14:12:54 +08:00 |
|
xjasonlyu
|
dc8e4f1ba1
|
Feature: new fd driver
|
2021-10-17 14:07:11 +08:00 |
|
xjasonlyu
|
ad53cc7ffe
|
Chore: correct a typo
|
2021-10-12 19:55:21 +08:00 |
|
xjasonlyu
|
10022388a0
|
Chore(workflows): ignore GSC tags
v2.3.1-1
|
2021-10-04 13:32:18 +08:00 |
|
xjasonlyu
|
377aae12c7
|
Platform: Windows ARM64
|
2021-10-04 13:13:31 +08:00 |
|
xjasonlyu
|
3f5b3c9eb3
|
Chore: update go modules
v2.3.1
|
2021-10-04 11:35:37 +08:00 |
|
xjasonlyu
|
07ce5e6422
|
Feature: socks5 over unix domain socket(UDS) support
this feature is compatible with tor proxy.
|
2021-09-09 12:50:23 +08:00 |
|
xjasonlyu
|
e1ca5069e0
|
Revert(engine): default scheme
This reverts commit a86608e31a.
|
2021-09-09 12:10:57 +08:00 |
|
xjasonlyu
|
05f4938053
|
Chore: minor improvement
|
2021-09-05 23:34:02 +08:00 |
|
xjasonlyu
|
a86608e31a
|
Optimize(engine): default scheme
|
2021-09-04 22:11:08 +08:00 |
|
xjasonlyu
|
c478adee34
|
Fix: rwbased interface implementation
|
2021-09-04 21:46:40 +08:00 |
|
xjasonlyu
|
a3f1713d14
|
Chore: update modules
|
2021-09-04 21:45:56 +08:00 |
|
xjasonlyu
|
525d424fca
|
Chore: go1.17 build constraints
|
2021-08-21 10:48:37 +08:00 |
|