Skip to content

Commit

Permalink
Update gateway.yml
Browse files Browse the repository at this point in the history
modified dnsmasq upstream servers
  • Loading branch information
marmila authored Dec 3, 2023
1 parent 763d0cc commit 96c8469
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:
- 80.58.61.250
- 80.58.61.254
- 91.80.35.134
- 91.80.35.166
dnsmasq_dhcp_range: '10.0.0.32,10.0.0.99'
dnsmasq_additional_dhcp_hosts:
ethernet_switch:
Expand Down

0 comments on commit 96c8469

Please sign in to comment.