Files
vpnbot/scripts/dns_close_53_port.sh
T
2023-04-22 19:52:51 +04:00

6 lines
152 B
Bash

make d
rm /etc/systemd/resolved.conf.d/adguardhome.conf
mv /etc/resolv.conf.backup /etc/resolv.conf
systemctl reload-or-restart systemd-resolved
make u