Fork from: https://github.com/cyfdecyf/cow
- default allow all ports
tunnelAllowedPortsupport*to allow all ports.
docker run -p 7777:7777 ppcelery/cow:latestyou can mount your own config rc to /etc/cow/rc
go install github.com/Laisky/cow@latestShow Sample config:
(save your config file at $HOME/.cow/rc)
# write default config
cow -sample > $HOME/.cow/rcAdd systemd service:
# check
cow -systemd
# install systemd service
cow -systemd > /etc/systemd/system/cow.service
sudo systemctl enable --now cow