We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installation of xterm and apache2 needs to be added to the documentation. Ubuntu:
apt install xterm apt install apache2
Also, before starting, check that port 53 is not busy. Ubuntu:
sudo ss -lp "sport = :domain"
Very often it is occupied by systemd-resolved. He needs to be stopped. Ubuntu:
sudo systemctl stop systemd-resolved sudo systemctl disable systemd-resolved sudo systemctl mask systemd-resolved
To undo what you did: Ubuntu:
sudo systemctl unmask systemd-resolved sudo systemctl enable systemd-resolved sudo systemctl start systemd-resolved
In order for dnsmasq to start via xterm, it is advisable to stop it too.
systemctl stop dnsmasq.service
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The installation of xterm and apache2 needs to be added to the documentation.
Ubuntu:
Also, before starting, check that port 53 is not busy.
Ubuntu:
Very often it is occupied by systemd-resolved. He needs to be stopped.
Ubuntu:
To undo what you did:
Ubuntu:
In order for dnsmasq to start via xterm, it is advisable to stop it too.
The text was updated successfully, but these errors were encountered: