Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Honigeintopf committed Oct 22, 2024
1 parent e0714e5 commit 3a2e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partition/roles/mgmt-firewall/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
uci set network.wan.netmask='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.net_mask}}'
uci set network.wan.gateway='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.gateway}}'
uci add_list network.wan.dns='1.1.1.1'
uci add_list network.wan.dns='1.0.0.1'
uci add_list network.wan.dns='1.0.0.1' # Hardcoded for now
uci set network.wan.peerdns='0'
uci set network.wan.proto='static'
uci commit network
Expand Down

0 comments on commit 3a2e0b2

Please sign in to comment.