Skip to content

Commit

Permalink
Swap order of dns servers
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jan 26, 2024
1 parent 668d2b1 commit 54418fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ defaults::dns::search:
- "%{trusted.domain}"
- local
defaults::dns::nameservers:
- "%{lookup('defaults::subnet')}.21"
- "%{lookup('defaults::subnet')}.22"
- "%{lookup('defaults::subnet')}.21"

# VPN settings
defaults::vpn_gateway: "%{lookup('defaults::subnet')}.2"
Expand Down

0 comments on commit 54418fa

Please sign in to comment.