63 Commits

Author SHA1 Message Date
Chen Yufei
f1fd6afbe1 Implement #328, allow specifying stat/blocked etc. in config file.
Also load stat/blocked/direct default from directory containing config file.
2015-06-03 00:41:34 +08:00
fzerorubigd
f65c3facaa add support for change stat file position in config
ref #328
2015-05-31 23:49:55 +04:30
Chen Yufei
9caff6c85a Add new encryption in sample rc. 2015-05-12 23:01:41 +08:00
Chen Yufei
a4211c9c69 gofmt, add estimateTarget option in sample rc. 2015-03-01 22:40:29 +08:00
fzerorubigd
a6dc064e51 add support for changing the estimate timeout target
reduce the http error code detection report to debug
2014-12-01 20:14:03 +03:30
Chen Yufei
ff976f12f6 Add note for config COW as proxy for all protocol. 2014-11-10 23:11:16 +08:00
Chen Yufei
0c917a1446 Add rc4-md5 encryption method in sample rc. 2014-09-21 20:58:21 +08:00
Chen Yufei
f5336dbba8 Add English version of sample rc. 2014-08-30 13:01:06 +08:00
Chen Yufei
47db041937 Describe customized http error code in sample config. 2014-08-29 22:58:01 +08:00
Chen Yufei
edea3583d4 New load balance strategy: latency.
Select proxy with lowest connection latency.
2014-07-09 10:54:16 +08:00
Chen Yufei
adc0b7e14c Bump version to 0.9 2013-12-02 22:00:55 +08:00
Chen Yufei
03b61b6da6 Update sample rc.
- Introduce the new cow protocol server
- New syntax to specify proxy server address in PAC
2013-10-24 14:04:06 +08:00
Chen Yufei
9e9266ff6d cow chain client side done. 2013-10-09 16:41:14 +08:00
Chen Yufei
1bcf63b94c Add proxy option in config.
This option is going to unify all parent proxy configurations.
2013-10-07 00:02:11 +08:00
Chen Yufei
695c3e2b9c Add tunnelAllowedPort option explanation in sample rc. 2013-07-29 22:32:36 +08:00
Chen Yufei
ec57ab759c Update sample rc to note for duplicate user error. 2013-06-13 18:16:04 +08:00
Chen Yufei
cb94c1b42b Add option: userPasswdFile. 2013-06-13 15:26:11 +08:00
Chen Yufei
b6c28e899c Repeat listen in rc to specify multiple listen addresses. 2013-06-12 19:31:43 +08:00
Chen Yufei
193b483da2 Support multiple sshServer options. 2013-06-05 19:46:07 +08:00
Chen Yufei
e74c36ed85 Update supported encryption methods in sample rc. 2013-05-27 13:54:39 +08:00
Perry
c8e4cd7b68 shadowsocks listen at :8388 by default, not 8838 2013-05-10 21:24:30 +08:00
Chen Yufei
061e95246c Update shadowMethod option description. 2013-04-15 15:22:03 +08:00
Chen Yufei
a1c8c9778e Update README and CHANGELOG. 2013-04-15 13:15:43 +08:00
Chen Yufei
c4edc385ed Add load balance explanation in sample rc. 2013-04-14 13:53:19 +08:00
Chen Yufei
0fe79bb5cc Do not allow empty value in config file, simplify config parsing. 2013-04-13 10:41:30 +08:00
Chen Yufei
d7a47054a5 Support multiple shadowsocks server. 2013-03-15 22:26:10 +08:00
Chen Yufei
857443ca4e Also check command line option syntax. 2013-03-06 15:05:09 +08:00
Tevin Zhang
3662e10c2a Add basic authorization support for parent http proxy 2013-03-06 12:04:20 +08:00
Chen Yufei
602a71c1da Update sample rc. 2013-03-04 12:44:21 +08:00
Chen Yufei
d471b772cb Allow user to specify proxy server address in PAC. 2013-02-11 20:38:56 +08:00
Chen Yufei
35e1212e5c Update README and sample rc. 2013-02-07 17:21:42 +08:00
Chen Yufei
5c9c18d143 Update sample rc, change socks to socksParent. 2013-02-07 13:56:13 +08:00
Chen Yufei
b0408826aa Merge branch 'master' of https://github.com/zellux/cow into develop
Conflicts:
	doc/sample-config/rc
2013-02-07 13:50:45 +08:00
Yuanxuan Wang
e72026c8bf Fix typo in sample config 2013-02-07 12:35:34 +08:00
Chen Yufei
5756a24942 Remove autoRetry option. 2013-02-05 21:40:42 +08:00
Chen Yufei
8295f6b219 Remove sample chou file. 2013-02-04 11:44:31 +08:00
Chen Yufei
0ddd486f67 User configurable timeout value. 2013-02-01 17:28:06 +08:00
Chen Yufei
55b86ebef6 Use Chinese in README. 2013-01-30 14:31:41 +08:00
Chen Yufei
a2ae086337 Disable detectSSLErr by default. 2013-01-29 23:16:08 +08:00
Chen Yufei
4f3a11c5c9 Update sample rc file.
Use Chinese in comment, add authentication config example.
2013-01-29 14:04:43 +08:00
Chen Yufei
8f1ebb587b Include some direct/blocked domains directly. 2013-01-29 13:35:12 +08:00
Chen Yufei
17a655e382 Update sample rc file. 2012-12-30 22:27:39 +08:00
Chen Yufei
d2da10e373 Set updateBlocked/Direct default to false. 2012-12-30 21:31:55 +08:00
Chen Yufei
7459f8e42e Treat timeout request as chou feng if autoRetry is enabled. 2012-12-30 21:30:36 +08:00
Chen Yufei
a3b0446ea5 Remove dropbox.com from chou, update CHANGELOG. 2012-12-19 23:17:28 +08:00
Chen Yufei
e98ff56e6d Allow specifying ssh server port. 2012-12-09 21:17:20 +08:00
Chen Yufei
8efac41029 Update sample rc. 2012-12-07 20:32:10 +08:00
Chen Yufei
301f286283 Remove trailing dot in host name. 2012-12-06 12:36:04 +08:00
Chen Yufei
2fddc1f7f3 Add t.co to sample blocked site. 2012-12-03 14:46:44 +08:00
Chen Yufei
5e73c7c7cc Bump version to 0.3.2 2012-12-01 20:48:22 +08:00