Skip to content

Commit 60f22bf

Browse files
committed
A period is not a valid url
1 parent ee1e969 commit 60f22bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/coredns-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ metadata:
8484
namespace: kube-system
8585
data:
8686
test.server: | # you may select any name here, but it must end with the .server file extension
87-
.:53 {
87+
<domain to be rewritten>.com:53 {
8888
proxy foo.com 1.1.1.1
8989
}
9090
```

0 commit comments

Comments
 (0)