Skip to content

Commit 0309922

Browse files
authored
Remove default ACLs (#724)
Remove default ACLs in CNI config
1 parent 01bbbe6 commit 0309922

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

cni/azure-windows.conflist

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -40,46 +40,6 @@
4040
"DestinationPrefix": "10.0.0.0/8",
4141
"NeedEncap": true
4242
}
43-
},
44-
{
45-
"Name": "EndpointPolicy",
46-
"Value": {
47-
"Type": "ACL",
48-
"Action": "Allow",
49-
"Direction": "Out",
50-
"RemoteAddresses": "168.63.129.16/32",
51-
"Protocols": "17",
52-
"RemotePorts": "53",
53-
"Priority": 200
54-
}
55-
},
56-
{
57-
"Name": "EndpointPolicy",
58-
"Value": {
59-
"Type": "ACL",
60-
"Action": "Block",
61-
"Direction": "Out",
62-
"RemoteAddresses": "168.63.129.16/32",
63-
"Priority": 65000
64-
}
65-
},
66-
{
67-
"Name": "EndpointPolicy",
68-
"Value": {
69-
"Type": "ACL",
70-
"Action": "Allow",
71-
"Direction": "Out",
72-
"Priority": 65500
73-
}
74-
},
75-
{
76-
"Name": "EndpointPolicy",
77-
"Value": {
78-
"Type": "ACL",
79-
"Action": "Allow",
80-
"Direction": "In",
81-
"Priority": 65500
82-
}
8343
}
8444
]
8545
}

0 commit comments

Comments
 (0)