Toby
|
a28d5a5677
|
Update READMEs
|
2021-04-25 03:08:30 -07:00 |
|
Toby
|
7b3e1a5b41
|
UDP TProxy implementation, no ACL support yet
|
2021-04-25 00:38:07 -07:00 |
|
Toby
|
2b4e660324
|
Remove pointless udpMinTimeout
|
2021-04-24 18:13:30 -07:00 |
|
Toby
|
3b7aefb10d
|
Improve UDP Relay timeout handling
|
2021-04-24 17:37:50 -07:00 |
|
Toby
|
70fd2ffc0d
|
ACL for TCP TProxy
|
2021-04-24 15:36:19 -07:00 |
|
Toby
|
787ed14c4d
|
TCP TProxy implementation, no UDP or ACL support yet
|
2021-04-24 02:56:17 -07:00 |
|
Toby
|
444bb5daec
|
handleControlStream should not always return true
|
2021-04-22 18:09:48 -07:00 |
|
Toby
|
0626a3e505
|
Merge pull request #54 from tobyxdd/wip-udp-relay
UDP Relay
|
2021-04-21 21:59:15 -07:00 |
|
Toby
|
b3f0306c13
|
Merge branch 'master' into wip-udp-relay
|
2021-04-21 21:54:28 -07:00 |
|
Toby
|
d990586e88
|
Update READMEs
|
2021-04-21 21:53:18 -07:00 |
|
Toby
|
00f39ab097
|
Add missing UDP relay config check
|
2021-04-21 21:48:36 -07:00 |
|
Toby
|
98ddad22f6
|
Close stopChan on exit
|
2021-04-21 21:42:35 -07:00 |
|
Toby
|
bca98ef4da
|
Implement UDP relay
|
2021-04-21 21:40:43 -07:00 |
|
Toby
|
78f6eece9f
|
Remove unnecessary closures
|
2021-04-21 17:43:24 -07:00 |
|
Toby
|
3b6a2bc56e
|
Use correct address for packets from localRelayConn
|
2021-04-21 17:08:01 -07:00 |
|
Toby
|
d8b198ca31
|
Rename the original relay to TCPRelay
|
2021-04-21 16:38:08 -07:00 |
|
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 |
|