diff --git a/scripts/vpn/script.sh b/scripts/vpn/script.sh index 5a6ad54..c2b971d 100644 --- a/scripts/vpn/script.sh +++ b/scripts/vpn/script.sh @@ -62,4 +62,8 @@ _ch_008-configure_dnsmasq() { sudo systemctl reload dnsmasq.service } +_ch_009-enable_dnsmasq() { + sudo systemctl enable --now dnsmasq.service +} + _run_checkpoints