beyondkmp
|
f6743d4d21
|
Fix: chrome crash when using SwitchyOmega by reject rule (#47)
* Fix: chrome crash when using SwitchyOmega by reject rule
|
2018-11-25 17:00:11 +08:00 |
|
beyondkmp
|
970643b144
|
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 |
|
Dreamacro
|
05bf4d44ab
|
Change: replace FINAL with MATCH in a progressive way
|
2018-11-21 18:21:24 +08:00 |
|
Dreamacro
|
c7a349e1fe
|
Improve: auto change payload to lowercase
|
2018-11-21 13:59:39 +08:00 |
|
Dreamacro
|
01a477bd3d
|
Chore: improve code architecture
|
2018-11-21 13:47:46 +08:00 |
|
Dreamacro
|
91e35f2f6a
|
Fix: resolve path in windows
|
2018-11-14 20:58:10 +08:00 |
|
beyondkmp
|
b0e062dc7c
|
Feature: SOCKS5 authentication support (#34)
* Feature: socks5 auth support
* Chore: make code unified
* Fix: auth buffer length
|
2018-11-09 17:36:30 +08:00 |
|
Dreamacro
|
09cd34ec07
|
Chore: update README.md
|
2018-11-08 20:14:57 +08:00 |
|
Dreamacro
|
da391356dd
|
Fix: simple-obfs tls
|
2018-11-07 16:57:21 +08:00 |
|
Dreamacro
|
502aa61c0e
|
Fix: vmess small probability invalid auth
|
2018-11-06 17:34:19 +08:00 |
|
beyondkmp
|
cc6d496143
|
Chore: optimize code structure in vmess websocket (#28)
* Chore: move conn process of ws to websocket.go
* Chore: some routine adjustment
|
2018-11-04 21:36:20 +08:00 |
|
beyondkmp
|
10e0231bc1
|
Fix: dial IPv6 host (#29)
|
2018-11-04 21:12:16 +08:00 |
|
changx
|
fd63707399
|
Optimization: use client session cache for TLS connection (#26)
|
2018-11-01 11:54:45 +08:00 |
|
beyondkmp
|
c5757a9b11
|
Chore: delete redundant print
|
2018-10-30 10:50:57 +08:00 |
|
Dreamacro
|
370bc769d5
|
Update: README.md
|
2018-10-29 20:25:13 +08:00 |
|
Dreamacro
|
ce7cb138d4
|
Chore: unified naming "skip-cert-verify"
|
2018-10-29 20:16:43 +08:00 |
|
Dreamacro
|
d2174149c1
|
Feature: vmess add websocket support
|
2018-10-28 23:46:32 +08:00 |
|
changx
|
bcba14e05e
|
Improve: add tls, sni options to socks5 outbound adapter
|
2018-10-28 19:46:49 +08:00 |
|
Dreamacro
|
19cbe52456
|
Fix: weak type proxy name
|
2018-10-27 12:57:56 +08:00 |
|
Dreamacro
|
e12d46f619
|
Fix: unescape proxy name in /proixes
|
2018-10-27 12:36:33 +08:00 |
|
Dreamacro
|
990bba4a05
|
Fix: GET /rules format
|
2018-10-25 00:09:55 +08:00 |
|
beyondkmp
|
03c563a58e
|
Improve: url-test will automatically speed test when the connection fails
|
2018-10-24 17:06:08 +08:00 |
|
gruebel
|
f943f9284d
|
Chore: clean up Dockerfile
|
2018-10-23 13:26:05 +08:00 |
|
Dreamacro
|
1f556d4ae5
|
Fix: vmess alterId can be 0
|
2018-10-23 11:28:41 +08:00 |
|
Dreamacro
|
082d3bbf04
|
Chore: adjust dial tcp timeout
|
2018-10-22 21:14:22 +08:00 |
|
Dreamacro
|
4895bcefca
|
Optimization: reduce the memory of each TCP relay
|
2018-10-21 20:28:40 +08:00 |
|
Dreamacro
|
1235c9a939
|
Fix: Direct & Reject name
|
2018-10-19 20:28:19 +08:00 |
|
Dreamacro
|
82343c70e9
|
Fix: chacha20 cipher in shadowsocks
|
2018-10-19 19:11:26 +08:00 |
|
Dreamacro
|
94d1972782
|
Fix: selector no longer randomly selects
|
2018-10-18 23:24:04 +08:00 |
|
Dreamacro
|
ce07eda428
|
Chore: update README.md
|
2018-10-17 00:51:04 +08:00 |
|
Dreamacro
|
0fd2f8e5ee
|
Chore: update ss-lib for xchacha20-ietf-poly1305
|
2018-10-16 21:29:29 +08:00 |
|
beyondkmp
|
e863c66ad9
|
Fix: a typo error
|
2018-10-16 17:23:58 +08:00 |
|
Dreamacro
|
b68af43389
|
Improve: support custom configuration directory
|
2018-10-16 13:12:36 +08:00 |
|
Dreamacro
|
381f764507
|
Chore: refactoring code of config path
|
2018-10-14 21:22:58 +08:00 |
|
Dreamacro
|
64e3791654
|
Improve: better chacha20 implementation
|
2018-10-10 12:05:02 +08:00 |
|
Dreamacro
|
40a94be208
|
Fix: rename delay --> interval
|
2018-10-06 15:13:44 +08:00 |
|
Dreamacro
|
a0f077b091
|
Improve: get /rules return proxy now
|
2018-10-06 14:19:06 +08:00 |
|
Dreamacro
|
7b80377849
|
Fix: return the first proxy when no proxy valid
|
2018-10-06 14:17:50 +08:00 |
|
Dreamacro
|
8fff0968bf
|
Feature: add authorization for API
|
2018-10-06 13:15:02 +08:00 |
|
Dreamacro
|
ea9cd41197
|
Chore: update README.md
|
2018-10-03 12:25:24 +08:00 |
|
Dreamacro
|
5c7fa6b18b
|
Break Change: use yml, which is easier to parse, as the config format
|
2018-10-02 15:26:36 +08:00 |
|
Dreamacro
|
16c9445459
|
Chore: adjust the keep-alive time
|
2018-10-01 19:42:15 +08:00 |
|
Dreamacro
|
04e05c6a85
|
Feature: repalce dep with go module
|
2018-10-01 19:38:54 +08:00 |
|
Dreamacro
|
85a67988b9
|
Feat: add structure helper
|
2018-09-30 16:30:11 +08:00 |
|
Dreamacro
|
2fd59cb31c
|
Chore: make the code more semantic
|
2018-09-30 12:25:52 +08:00 |
|
Dreamacro
|
220e4f0608
|
Add: fallback policy group
|
2018-09-26 00:34:15 +08:00 |
|
Dreamacro
|
3e68faecb2
|
Improve: add rc4-md5 and chacha20 supported with the fork
|
2018-09-21 15:27:51 +08:00 |
|
Dreamacro
|
eb778ad6e2
|
Improve: cleanup code
|
2018-09-21 11:33:29 +08:00 |
|
Dreamacro
|
0caa8e05a3
|
Improve: better relay copies
|
2018-09-17 00:15:58 +08:00 |
|
Dreamacro
|
1d0d5667fd
|
Fix: Rule with ipv6 address
|
2018-09-16 23:35:37 +08:00 |
|