Skip to content

Commit 8e4cd96

Browse files
Yongli Chensharmasushant
authored andcommitted
make kube-dns main dns server (Azure#153)
1 parent 7f41e3d commit 8e4cd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cni/azure-windows.conflist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dns":{
1313
"Nameservers":[
14-
"168.63.129.16",
15-
"10.0.0.10"
14+
"10.0.0.10",
15+
"168.63.129.16"
1616
],
1717
"Search":[
1818
"svc.cluster.local"

0 commit comments

Comments
 (0)