Skip to content
/ cow Public
forked from cyfdecyf/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

Laisky/cow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

No packages published

Languages

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