Fixing bind9 config
cubox-m still doesn't respond to outside requests
This commit is contained in:
@@ -15,4 +15,5 @@
|
||||
- acl
|
||||
- bind9-dnsutils
|
||||
- iputils-ping
|
||||
- gpg
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 {{inventory_hostname}}
|
||||
127.0.0.1 {{inventory_hostname}}
|
||||
127.0.0.1 {{inventory_hostname}}.xai-corp.net
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
|
||||
Reference in New Issue
Block a user