Skip to content
/ cow Public
forked from Laisky/cow

HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.

License

Notifications You must be signed in to change notification settings

zien2017/cow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,071 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

Fork from: https://github.com/cyfdecyf/cow

New Features

  • default allow all ports
  • tunnelAllowedPort support * to allow all ports.

Install

Docker

docker run -p 7777:7777 ppcelery/cow:latest

you can mount your own config rc to /etc/cow/rc

Manual

go install github.com/Laisky/cow@latest

Show Sample config:

(save your config file at $HOME/.cow/rc)

# write default config
cow -sample > $HOME/.cow/rc

Add systemd service:

# check
cow -systemd

# install systemd service
cow -systemd > /etc/systemd/system/cow.service

sudo systemctl enable --now cow

About

HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.3%
  • Shell 4.7%
  • JavaScript 2.3%
  • Other 0.7%