Releases: audibleblink/doxycannon
Releases · audibleblink/doxycannon
v0.5.0
Bugs
- fixes supervisor dangling processes (thanks @oXis)
- doxyproxy container name cant have slashes
- wrong port displayed on doxyproxy start message when using configured
port
Enhancements
- Configurable port for doxyproxy (thanks @oXis)
- Configurable VPN directory (thanks @oXis)
- Now works without
privileged=true
- Added support for WSL2
- Docker daemons that run in VMs (windows/macos): use special hostname
for haproxy that points to the VM IP running the daemon.
network=host
doesn't work on those environments - Fewer default threads
v0.4.0 - Tor nodes
- create subcommands vpn and tor
- remove --build flag. Build implicitly on config changes
- adds tor Dockerfile
- adds --nuke option to delete all Docker artifacts
v0.3.0
Changelog
- improve error handling/messaging when attempting to use doxycannon without a listening docker daemon
- improve error messaging when doxycannon attempt to create duplicate-named containers
a. happened when a CTRL+C was pressed during an--up
or--single
function - adds
--clean
to resolve issues created by 2a. - resolves issues with docker not building due to old apk repos
- Select folders for base VPN configuration with
--dir
ex:
mkdir VPN/USA
# * fill folder with USA-exit-node OVPN files*
doxycannon --build
doxycannon --dir VPN/USA --single