Skip to content

Commit

Permalink
dns edolo for gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Dec 22, 2023
1 parent 2974865 commit aed7045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/host_vars/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dnsmasq_interface: 'eth0'
dnsmasq_listen_address: '10.0.0.1'
dnsmasq_domain_name: "{{ dns_domain }}"
dnsmasq_upstream_dns_servers:
- 85.18.200.200
- 89.97.140.140
- 8.8.8.8
- 8.8.8.4
dnsmasq_dhcp_range: '10.0.0.32,10.0.0.99'
dnsmasq_additional_dhcp_hosts:
ethernet_switch:
Expand Down

0 comments on commit aed7045

Please sign in to comment.