Commit Graph

427 Commits

Author SHA1 Message Date
Dreamacro fb0289bb4c Chore: open ForceAttemptHTTP2 on DoH 2020-06-01 13:43:26 +08:00
Dreamacro 3e7970612a Chore: provider error adjust 2020-06-01 00:39:41 +08:00
Dreamacro 46244a6496 Chore: `mode` use lower case (backward compatible) 2020-06-01 00:32:37 +08:00
Dreamacro 71d30e6654 Feature: support vmess tls custom servername 2020-06-01 00:27:04 +08:00
Dreamacro 008731c249 Fix: make os.Stat return correct err on provider 2020-05-29 21:56:29 +08:00
Dreamacro 5628f97da1 Feature: add tolerance for url-test 2020-05-29 17:47:50 +08:00
Dreamacro 8d0c6c6e66 Feature: domain trie support wildcard alias 2020-05-28 12:13:05 +08:00
Dreamacro 5073c3cde8 Chore: add trimpath for go build 2020-05-20 15:13:33 +08:00
bytew021 3a27cfc4a1
Feature: add Mixed(http+socks5) proxy listening (#685) 2020-05-12 11:29:53 +08:00
Dreamacro 3638b077cd Chore: update premium link 2020-05-08 21:52:17 +08:00
Dreamacro 646bd4eeb4 Chore: update dependencies and README.md 2020-05-07 21:58:53 +08:00
duama 752f87a8dc
Feature: support proxy-group in relay (#597) 2020-05-07 21:42:52 +08:00
Comzyh b979ff0bc2
Feature: implemented a strategy similar to optimistic DNS (#647) 2020-05-07 15:10:14 +08:00
Kr328 b085addbb0
Fix: use domain first on direct dial (#672) 2020-05-05 12:39:25 +08:00
Dreamacro 94e0e4b000 Fix: make selector `react immediately` 2020-04-30 20:13:27 +08:00
Kr328 7d51ab5846
Fix: dns return empty success for AAAA & recursion in fake ip mode (#663) 2020-04-29 11:21:37 +08:00
Richard Yu 41a9488cfa
Feature: add more command-line options (#656)
add command-line options to override `external-controller`, `secret` and `external-ui` (#531)
2020-04-27 22:23:09 +08:00
comwrg 51b6b8521b
Fix: typo (#657) 2020-04-27 22:20:35 +08:00
Dreamacro e5379558f6 Fix: redir-host should lookup hosts 2020-04-27 21:28:24 +08:00
Dreamacro d1fd57c432 Fix: select group can use provider real-time 2020-04-27 21:23:23 +08:00
Dreamacro 18603c9a46 Improve: provider can be auto GC 2020-04-26 22:38:15 +08:00
Dreamacro 5036f62a9c Chore: update dependencies 2020-04-25 00:43:32 +08:00
Kr328 2047b8eda1
Chore: remove unused parameter netType (#651) 2020-04-25 00:39:30 +08:00
Dreamacro 0e56c195bb Improve: pool buffer alloc 2020-04-25 00:30:40 +08:00
Dreamacro 2b33bfae6b Fix: API auth bypass 2020-04-24 23:49:35 +08:00
Dreamacro 3fc6d55003 Fix: domain wildcard behavior 2020-04-24 23:49:19 +08:00
Dreamacro 8eddcd77bf Chore: dialer hook should return a error 2020-04-24 23:48:55 +08:00
Siji 27dd1d7944
Improve: add basic auth support for provider URL (#645) 2020-04-20 21:22:23 +08:00
Texot b1cf2ec837
Fix: dns tcp-tls X509.HostnameError (#638) 2020-04-17 11:29:59 +08:00
Dreamacro 84f627f302 Feature: verify mmdb on initial 2020-04-16 19:12:25 +08:00
Dreamacro 5c03613858 Chore: picker support get first error 2020-04-16 18:31:40 +08:00
Dreamacro 1825535abd Improve: recycle buffer after packet used 2020-04-16 18:19:36 +08:00
duama 2750c7ead0
Fix: set SO_REUSEADDR for UDP listeners on linux (#630) 2020-04-11 21:45:56 +08:00
black-desk 3ccd7def86
Fix: typo (#624) 2020-04-08 15:49:12 +08:00
Dreamacro 65dab4e34f Feature: domain trie support dot dot wildcard 2020-04-08 15:45:59 +08:00
Dreamacro 5591e15452 Fix: vmess pure TLS mode 2020-04-03 16:04:24 +08:00
Dreamacro 19f809b1c8 Feature: refactor vmess & add http network 2020-03-31 16:07:21 +08:00
Kr328 206767247e
Fix: udp traffic track (#608) 2020-03-28 20:05:38 +08:00
Dreamacro 518354e7eb Fix: dns request panic and close #527 2020-03-24 10:13:53 +08:00
Dreamacro 86dfb6562c Chore: update dependencies 2020-03-22 17:41:58 +08:00
duama c0a2473160
Feature: support relay (proxy chains) (#539) 2020-03-21 23:46:49 +08:00
Birkhoff Lee 70a19b999d
Chore: update README to better describe what Clash do atm (#586) 2020-03-20 12:35:30 +08:00
Dreamacro e54f51af81 Fix: trojan split udp packet 2020-03-20 00:02:05 +08:00
Dreamacro b068466108 Improve: add session cache for trojan 2020-03-19 22:39:09 +08:00
Dreamacro b562f28c1b Feature: support trojan 2020-03-19 20:26:53 +08:00
Dreamacro 230e01f078 Fix: config parse panic 2020-03-19 11:04:56 +08:00
Kaming Chan 082847b403
Chore: support MarshalYAML to some config filed (#581) 2020-03-15 19:40:39 +08:00
Dreamacro 9471d80785 Fix: dns fallback logic 2020-03-13 00:11:54 +08:00
duama b263095533
Fix: TPROXY fakeip (#572) 2020-03-10 20:36:24 +08:00
Ti 14d5137703
Fix: rules parse (#568) 2020-03-09 10:40:21 +08:00