ajout dnsmasq a tranit-a-router
This commit is contained in:
parent
7506ee8b34
commit
148911bdad
@ -33,3 +33,8 @@ protocol static {
|
||||
route 0.0.0.0/0 via 100.64.0.1;
|
||||
}
|
||||
" >> /etc/bird.conf
|
||||
|
||||
|
||||
# Add dnsmasq for external dns
|
||||
apk add dnsmasq
|
||||
rc-update add dnsmasq
|
||||
|
Loading…
Reference in New Issue
Block a user