Commit Graph

57 Commits

Author SHA1 Message Date
gVisor bot
aab07c81fd Fix: handle keep alive on http connect proxy 2020-12-24 14:55:11 +08:00
gVisor bot
00ecdf0afc Fix: static check 2020-11-19 00:56:36 +08:00
gVisor bot
ac72e27e41 Feature: add TCP TPROXY support (#1049) 2020-11-09 10:46:10 +08:00
gVisor bot
4f3d3dbe6e Chore: fix typo (#1017) 2020-10-14 19:56:02 +08:00
gVisor bot
6ca03f5a90 Chore: pass staticcheck 2020-08-25 22:19:59 +08:00
gVisor bot
84ab3c5708 Fix: cannot listen socks5 port on wsl (#748) 2020-06-15 10:34:15 +08:00
gVisor bot
f375884ef7 Fix: add lock for inbound proxy recreate 2020-06-07 17:57:41 +08:00
gVisor bot
03c0f2e7f1 Feature: add Mixed(http+socks5) proxy listening (#685) 2020-05-12 11:29:53 +08:00
gVisor bot
ff954754e5 Chore: remove unused parameter netType (#651) 2020-04-25 00:39:30 +08:00
gVisor bot
0b60be9438 Improve: pool buffer alloc 2020-04-25 00:30:40 +08:00
gVisor bot
dc9ae1edd0 Improve: recycle buffer after packet used 2020-04-16 18:19:36 +08:00
gVisor bot
af00355b28 Fix: set SO_REUSEADDR for UDP listeners on linux (#630) 2020-04-11 21:45:56 +08:00
gVisor bot
ad551c1e30 Fix: TPROXY fakeip (#572) 2020-03-10 20:36:24 +08:00
gVisor bot
52bba6bb79 Feature: add UDP TPROXY support on Linux (#562) 2020-03-08 21:58:49 +08:00
gVisor bot
1a8708d5e2 Fix: socks5 inbound return remote udp addr for identity 2020-02-20 11:29:16 +08:00
gVisor bot
38e0b9da50 Feature: add default-nameserver and outbound interface 2020-02-15 21:42:46 +08:00
gVisor bot
623b13a1d0 Fix: should close socks udp PacketConn 2020-01-31 15:03:59 +08:00
gVisor bot
adfe73b48e Improve: udp NAT type 2020-01-31 14:43:54 +08:00
gVisor bot
95f06ab9b9 Improve: UDP relay refactor (#441)
Co-authored-by: Dreamacro <Dreamacro@vip.qq.com>
2019-12-28 18:44:01 +08:00
gVisor bot
ecc943997d Feature: add experimental provider 2019-12-08 12:17:24 +08:00
gVisor bot
b0ae341bfa Fix: hot recreate socks should ignore when receive same address 2019-10-13 23:51:26 +08:00
gVisor bot
845acc2c92 Fix: UDP socks recreate behavior (#355) 2019-10-13 11:19:46 +08:00
gVisor bot
2adb586a78 Fix: some UDP issues (#265) 2019-10-11 20:11:18 +08:00
gVisor bot
f10b8f8af2 Feature: support customizing bind-address when allow-lan is true (#255) 2019-08-08 13:45:07 +08:00
gVisor bot
592c3c160f Fix(socks5): fully udp associate support (#233) 2019-07-25 17:47:39 +08:00
gVisor bot
b115c369db Feature: local socks5/http(s) auth (#216) 2019-06-27 17:04:25 +08:00
gVisor bot
892eb1d792 Feature: support outbound socks5 udp 2019-04-25 13:48:47 +08:00
gVisor bot
358344da70 Feature: add experimental config for resolving ip fail behavior 2019-04-24 12:02:52 +08:00
gVisor bot
c02b16b446 Feature: socks5 udp associate 2019-04-23 23:30:13 +08:00
gVisor bot
7e7b321ff9 Fix: disconnect normal proxy request 2019-02-21 16:16:49 +08:00
gVisor bot
5f26c49641 Fix: crash when directly request proxy server 2019-02-18 20:14:18 +08:00
gVisor bot
1e05ea63d6 Chore: make a consistent code style 2018-12-23 00:42:08 +08:00
gVisor bot
0af87f7461 Feature: FreeBSD compatibility patch (#63) 2018-12-18 10:37:00 +08:00
gVisor bot
81ade5cfca Feature: add custom DNS support (#56) 2018-12-05 21:13:29 +08:00
gVisor bot
836f77f7ba Feature: add silent info level 2018-12-03 23:41:40 +08:00
gVisor bot
913111dc2e Fix: goroutine leak while closing proxy (#43)
* Fix: goroutine leak while closing proxy

* Chore: improve proxy architecture

* Fix: stack overflow
2018-11-22 11:54:01 +08:00
gVisor bot
0dd9b38514 Chore: improve code architecture 2018-11-21 13:47:46 +08:00
gVisor bot
f73013006a Chore: make the code more semantic 2018-09-30 12:25:52 +08:00
gVisor bot
67bc31f262 Improve: add rc4-md5 and chacha20 supported with the fork 2018-09-21 15:27:51 +08:00
gVisor bot
8d91482f7b Improve: HTTP proxy server handler 2018-08-27 00:06:40 +08:00
gVisor bot
3df8ee56d6 Improve: clean code 2018-08-12 16:18:58 +08:00
gVisor bot
2aa9bcaf9c New: custom socks5 proxy support 2018-08-12 13:50:54 +08:00
gVisor bot
9a1de2a815 Fix: firefox one socket to process multiple domains 2018-08-12 12:14:59 +08:00
gVisor bot
ae30bb5721 Fix: import package 2018-08-12 11:06:17 +08:00
gVisor bot
13cf2bb270 New: redir proxy 2018-08-12 04:00:34 +08:00
gVisor bot
a0dd4ffddc Fix: update proxy config api 2018-08-12 02:23:46 +08:00
gVisor bot
6c38fce2cb Fix: issue #3 2018-08-11 22:51:30 +08:00
gVisor bot
2a6db98d67 Improve: config convergent and add log-level 2018-07-26 00:04:59 +08:00
gVisor bot
102d74281f Fix: typo 2018-07-18 21:50:16 +08:00
gVisor bot
f2f5abd70c Update: add config route 2018-07-15 22:23:20 +08:00