Search Criteria
Package Details: cow-proxy 0.9.8-1
Git Clone URL: | https://aur.archlinux.org/cow-proxy.git (read-only) |
---|---|
Package Base: | cow-proxy |
Description: | HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access |
Upstream URL: | https://github.com/cyfdecyf/cow |
Licenses: | |
Conflicts: | |
Submitter: | fzerorubigd |
Maintainer: | fzerorubigd |
Last Packager: | fzerorubigd |
Votes: | 12 |
Popularity: | 0.000063 |
First Submitted: | 2014-06-08 12:12 |
Last Updated: | 2016-07-03 06:53 |
Dependencies (0)
Required by (0)
Sources (4)
- cow-i686-0.9.8.gz (i686)
- cow-x86_64-0.9.8.gz (x86_64)
- cow@.service
- cow_user.service
Latest Comments
acgtyrant commented on 2018-06-29 02:42
这项目停止维护了,已移除投票。
wsxy162 commented on 2016-12-28 13:17
Form this commit, the licenses actually should be BSD 2-Clause.
https://github.com/cyfdecyf/cow/commit/3ab6cb1edeae16474e7a41c28720249911e81046
fzerorubigd commented on 2015-09-26 09:51
@watermelonjuice
sure, I can build the package, but the problem is maintaining a package that I don't use. I'll do it in this weekend.
watermelonjuice commented on 2015-09-26 07:45
http://meowproxy.me
It's a fork of cow. It by default proxies all sites except for Chinese domestic sites. Much better for people who have fast speed connections to their proxy servers.
watermelonjuice commented on 2015-09-25 06:26
Can you create a package for meow proxy?
acgtyrant commented on 2014-10-17 13:20
安装后的说明挺有用,为方便大家直接贴上来:
The cow.service is only available for an available user
Configuration sample can be found at : https://github.com/cyfdecyf/cow/tree/master/doc/sample-config
mkdir -p ~/.cow
wget https://raw.githubusercontent.com/cyfdecyf/cow/master/doc/sample-config/rc
and edit listen and proxy settings. the document is in chineese :)
for direct and block list, you can also edit ~/.cow/blocked and ~/.cow/direct
Running cow system instance for user account:
To reload system systemd modules, execute
systemctl daemon-reload
To start cow, execute:
systemctl start cow@user
To autostart cow on system start, execute
systemctl enable cow@user
Running cow user instance (will used current user account):
To reload user systemd modules, execute
systemctl --user daemon-reload
To start cow manually, execute:
systemctl --user start cow
To autostart cow on user login, execute
systemctl --user enable cow
fzerorubigd commented on 2014-10-14 17:43
update to 9.4
Thank you @acgtyrant
acgtyrant commented on 2014-10-14 14:02
0.9.4 is out! Update please~