Commit Graph

422 Commits

Author SHA1 Message Date
gVisor bot
2c795b82ec Fix(fake-ip): return failed when type is AAAA 2019-09-21 10:30:43 +08:00
gVisor bot
9ce34a16cb Fix: dial should return when dns failed (#311) 2019-09-20 16:04:06 +08:00
gVisor bot
5b76ff53c9 Fix: TCP dial error should not return early (#307) 2019-09-17 20:11:49 +08:00
gVisor bot
b38663a209 Feature: add fallback filters (#105) 2019-09-15 13:36:45 +08:00
gVisor bot
a7e7ea838d Chore: update README.md 2019-09-14 21:45:11 +08:00
gVisor bot
3846c2fbe3 Fix(domain-trie): crash when insert 2019-09-14 21:42:40 +08:00
gVisor bot
8acadd2932 Fix: tcp dual stack dial 2019-09-14 20:01:12 +08:00
gVisor bot
4994510c87 Feature: move hosts to the top 2019-09-14 20:01:08 +08:00
gVisor bot
376516c7af Feature: add version api 2019-09-13 17:44:30 +08:00
gVisor bot
3663e583f4 Fix: parse error in proxyGroupsDagSort (#298) 2019-09-13 15:04:51 +08:00
gVisor bot
eb341b8721 Fix: don't close connection on status 100 Continue and header Proxy-Connection: Keep-Alive (#294) 2019-09-12 10:22:08 +08:00
gVisor bot
3ecf35dcdb Fix(API): use right status code 2019-09-08 22:33:52 +08:00
gVisor bot
843116b780 Fix: HTTP status code 100 Continue support" (#288)
* Fix: HTTP Status Code `100 Continue` support

* Style: code style adjustment
2019-09-08 12:21:28 +09:00
gVisor bot
ee73eb6f7a Fix: typo (#287) 2019-09-07 17:23:43 +09:00
gVisor bot
b2c4101dae Migration: go 1.13 2019-09-04 23:26:20 +09:00
gVisor bot
7afb0cc5d9 Fix: should keep the original order of proxy groups (#284) 2019-08-28 23:44:32 +08:00
gVisor bot
db11be9306 Improve: url-test retry dial when failed (#283) 2019-08-28 22:28:01 +08:00
gVisor bot
72ff58216d Chore: remove unused code (#282) 2019-08-27 16:23:44 +08:00
gVisor bot
ffc52e6003 Fix: typo (#281) 2019-08-26 12:26:14 +08:00
gVisor bot
d7cdc878ff Fix: socks address stringify buffer overflow 2019-08-16 21:38:27 +08:00
gVisor bot
5296f5bebf Chore: ship github action 2019-08-15 11:40:40 +08:00
gVisor bot
5431e51554 Optimization: socks UDP & fix typo (#261) 2019-08-12 14:01:32 +08:00
gVisor bot
92f3d9ae5b Feature: allow arbitrary order in proxy group (#89) 2019-08-12 10:11:44 +08:00
gVisor bot
b6532b1f0f Fix: crash in handleConn 2019-08-10 20:14:24 +08:00
gVisor bot
61649e386e Change: speedtest with HEAD instead of GET (#259) 2019-08-09 15:39:13 +08:00
gVisor bot
69980e4ca3 Feature: trace adapters when dialing (#170) 2019-08-09 01:28:37 +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
6a5d32bf61 Fix: don't read yml if not exist (#253) 2019-08-07 14:21:39 +08:00
gVisor bot
72beaf1327 Fix(dns): use closure client (#251) 2019-08-02 09:22:09 +08:00
gVisor bot
8ded4918b2 Fix(vmess): set current server name in tls 2019-07-31 11:13:49 +08:00
gVisor bot
4c7da630f5 Fix(vmess): typo (#248) 2019-07-29 12:25:29 +08:00
gVisor bot
7db0522a51 Fix: typo (#246) 2019-07-29 10:12:10 +08:00
gVisor bot
24bd2afbd8 Improve(fakeip): use lru cache to avoid outdate 2019-07-26 19:09:13 +08:00
gVisor bot
bbb4d27c04 Chore(build): add mipsle-softfloat (#240) 2019-07-26 18:45:50 +08:00
gVisor bot
592c3c160f Fix(socks5): fully udp associate support (#233) 2019-07-25 17:47:39 +08:00
gVisor bot
8820948587 Chore: use lower case cipher format (#238) 2019-07-25 17:06:26 +08:00
gVisor bot
eba263a731 Fix(picker): add WithTimeout for some situation 2019-07-18 00:12:01 +08:00
gVisor bot
bd0b6a2e40 Fix(url-test): incorrect result 2019-07-17 22:24:26 +08:00
gVisor bot
159d9da548 Fix(domain-trie): domain could without dot 2019-07-16 00:57:08 +08:00
gVisor bot
32dd6f28ea Fix(domain-trie): Incorrect result 2019-07-15 18:00:51 +08:00
gVisor bot
f0a5ff76a6 Fix(dns): miss response 2019-07-15 17:44:55 +08:00
gVisor bot
d839973334 Fix(dns): set handler when resolver not nil 2019-07-15 10:18:42 +08:00
gVisor bot
a446a24be9 Fix(dns): Incorrect variable name 2019-07-14 23:16:52 +08:00
gVisor bot
ce94ed8802 Feature(dns): support custom hosts 2019-07-14 19:29:58 +08:00
gVisor bot
19494fe383 Feature(API): logs and traffic support websocket 2019-07-12 15:44:12 +08:00
gVisor bot
f027c3e540 Optimization: refactor picker 2019-07-02 19:18:03 +08:00
gVisor bot
62403890b1 Chore: improve Dockerfile 2019-06-30 15:10:56 +08:00
gVisor bot
9ddc9207ff Chore: update dependencies & fix typo 2019-06-29 16:48:48 +08:00
gVisor bot
83f3bec20c Feature: custom dns ipv4/ipv6 dual stack 2019-06-29 00:58:59 +08:00
gVisor bot
be170308c2 Feature: support DoH 2019-06-28 12:29:08 +08:00