remove dns from mgmt interface on dlink

This commit is contained in:
2026-05-20 01:43:17 +02:00
parent d3434a4102
commit 25a7b6c242
-1
View File
@@ -75,7 +75,6 @@
option device 'eth0.1' option device 'eth0.1'
option proto 'static' option proto 'static'
option ipaddr '{{ openwrt_mgmt_ip }}/{{ openwrt_mgmt_prefix }}' option ipaddr '{{ openwrt_mgmt_ip }}/{{ openwrt_mgmt_prefix }}'
option dns '{{ openwrt_dns_servers | join(" ") }}'
# Policy routing for mgmt interface. # Policy routing for mgmt interface.
# #