fix: only serving ipv4 at the current time
This commit is contained in:
parent
9071bf1737
commit
bb0fd16903
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ in {
|
|||
services.bind = {
|
||||
enable = true;
|
||||
|
||||
ipv4Only = true;
|
||||
|
||||
forwarders = [
|
||||
# these were in old config file
|
||||
#"193.1.100.130"
|
||||
|
|
Loading…
Reference in a new issue