vpn: enable dnsmasq service
This commit is contained in:
parent
819365a8d5
commit
e8e67ed430
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue