DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

dnsmasq and bind9 Conflicts arise #120

Closed infoabcd closed 2 years ago

infoabcd commented 2 years ago

When doing install_binaries.sh If dnsmasq is installed first, the installation stops when bind9 is installed

Both will not start because one is occupying port 53 and the other is not

DanWin commented 2 years ago

This should now be fixed, as we no longer use dnsmasq as proxy. It was previously used for forwarding .onion to tor and anything else to bind9. You can uninstall dnsmasq and copy the latest bind9 config to get rid of dnsmasq.