Commit graph

1218 commits

Author SHA1 Message Date
Toby
51abb06911 Adjustable saltLen 2021-04-21 14:23:40 -07:00
Toby
f396cae604
Merge pull request #53 from tobyxdd/wip-xplus-obfs
Better obfs
2021-04-19 20:54:05 -07:00
Toby
45c664785b
Merge pull request #52 from tobyxdd/wip-protocol-2.0
Protocol 2.0
2021-04-19 20:53:47 -07:00
Toby
b80db1fc19 XPlus obfs & don't frag 2021-04-19 20:52:50 -07:00
Toby
eb9006bd0d Add missing file 2021-04-19 00:20:39 -07:00
Toby
b09880a050 Split host & port in the protocol, and make each domain resolves only once even when ACL is enabled, improving performance and ensuring consistency of connection destinations 2021-04-19 00:20:22 -07:00
Toby
7b841aa203 Protocol version check 2021-04-18 18:07:01 -07:00
Toby
fc4d573f3d Minor README improvements 2021-04-13 17:22:41 -07:00
Toby
6ecd4bd9b8 Add the Docker Hub link to README 2021-04-13 16:31:14 -07:00
Toby
e4c5425cd0 fix(docker): ACTIONS_ALLOW_UNSECURE_COMMANDS 2021-04-13 16:22:08 -07:00
Toby
16df31b1b8
Merge pull request #46 from mritd/chore/docker
chore(docker): update dockerfile
2021-04-13 16:16:13 -07:00
mritd
7e769e6b8a
chore(workflow): support Multi-platform build
support Multi-platform build

Signed-off-by: mritd <mritd@linux.com>
2021-04-13 20:42:33 +08:00
mritd
db716f7a75
chore(workflow): fix workflow trigger
fix workflow trigger

Signed-off-by: mritd <mritd@linux.com>
2021-04-13 20:38:43 +08:00
mritd
93a8bde9bc
chore(dockerfile): fix git cmd missing
fix git cmd missing

Signed-off-by: mritd <mritd@linux.com>
2021-04-13 20:30:01 +08:00
mritd
71f3583deb
chore(dockerfile): auto env from git repo
auto env from git repo

Signed-off-by: mritd <mritd@linux.com>
2021-04-13 20:27:32 +08:00
mritd
91cb3f8ef7
chore(docker): update docker file, add ci support
update docker file, add ci support

Signed-off-by: mritd <mritd@linux.com>
2021-04-13 20:05:10 +08:00
Toby
44e6c3fdde Add Installation section to READMEs 2021-04-11 14:37:36 -07:00
Toby
7ba60a0ece darwin/arm64 build 2021-04-11 14:18:31 -07:00
Toby
6378f5e132
Merge pull request #45 from tobyxdd/wip-prometheus
Implement Prometheus Metrics API
2021-04-11 14:09:00 -07:00
Toby
240fb5aa0e Add missing prometheus_listen entry in README.zh.md 2021-04-10 18:30:59 -07:00
Toby
be104a60be README for Prometheus API 2021-04-10 18:25:02 -07:00
Toby
6ddcbdc01d Implement Prometheus metrics 2021-04-10 18:01:56 -07:00
Toby
67f1e469d7
Merge pull request #44 from tobyxdd/wip-http-auth
HTTP external auth implementation
2021-04-09 20:58:28 -07:00
Toby
22ad36dabb Update README 2021-04-04 15:10:23 -07:00
Toby
461b16f07f External HTTP auth implementation 2021-04-04 14:47:07 -07:00
Toby
da65c4cbf5
Merge pull request #40 from tobyxdd/wip-udp-buf
Passthrough required methods for quic-go to increase the buffer size
2021-04-02 14:40:17 -07:00
Toby
ede94df103 Passthrough required methods for quic-go to increase the buffer size (https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size) 2021-04-02 14:20:48 -07:00
Toby
ca82abcab3 Remove temp build script for Windows 2021-03-31 16:15:21 -07:00
Toby
65c26cdfe4 Small tweak to brutal CC 2021-03-31 16:01:59 -07:00
Toby
c7c2e59732 Fix incorrect README cmd example 2021-03-28 13:24:07 -07:00
Toby
3fdcb5b34c Restore mistakenly changed go-cross-build workflow step version 2021-03-28 01:18:22 -07:00
Toby
5a464f928b
Merge pull request #36 from tobyxdd/wip-ng
Code Refactoring & Implementing SOCKS5 UDP with QUIC Unreliable Datagram
2021-03-28 01:07:53 -07:00
Toby
a67e245a87 Update README 2021-03-27 23:31:20 -07:00
Toby
ed5442de15 SOCKS5 UDP ACL 2021-03-27 20:50:08 -07:00
Toby
8530211287 Implement SOCKS5 UDP (ACL not yet integrated) 2021-03-27 18:50:12 -07:00
Toby
4bb5982960 Implemented UDP for both server & client 2021-03-27 16:51:15 -07:00
Toby
01c7d18211 Update to support quic-go v0.20.0 APIs 2021-03-21 15:08:48 -07:00
Toby
b107eae34a password auth 2021-03-02 17:08:39 -08:00
Toby
244d0d43a9 PipePairWithTimeout 2021-03-02 16:25:36 -08:00
Toby
adef8d544c
Merge pull request #35 from honwen/master
ensure static-linked
2021-02-16 16:40:03 -08:00
honwen.chan
dd4cb37dfd ensure static-linked 2021-02-16 23:26:04 +08:00
Toby
565d659338 Relay & better logging 2021-02-05 01:00:44 -08:00
Toby
7d280393a3 Most things work fine now, except:
- UDP support has been temporarily removed, pending upstream QUIC library support for unreliable messages
- SOCKS5 server needs some rework
- Authentication
2021-01-29 00:01:32 -08:00
Toby
d9d07a5b2a use new quic-go mod version 2021-01-26 21:34:49 -08:00
Toby
e626e1224e
Merge pull request #31 from tobyxdd/wip-simplify
Simplify code
2020-10-02 18:24:49 -07:00
Toby
05a34f8f92 Simplify code 2020-10-02 18:23:47 -07:00
Toby
2df70dafca Build with Go 1.15 2020-08-29 16:33:36 -07:00
Toby
354389df8f Add SOCKS5 auth options to README 2020-08-29 16:22:53 -07:00
Toby
b94cf9035d
Merge pull request #29 from tobyxdd/wip-socks5-auth
SOCKS5 username & password auth option
2020-08-29 16:19:57 -07:00
Toby
68ae8fefb7 SOCKS5 username & password auth option 2020-08-29 16:19:02 -07:00