diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/chaosCorefile | 4 | ||||
-rw-r--r-- | conf/etcdCorefile | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/chaosCorefile b/conf/chaosCorefile new file mode 100644 index 000000000..c7ebd9f80 --- /dev/null +++ b/conf/chaosCorefile @@ -0,0 +1,4 @@ +.:1053 authors.bind:1053 { + chaos CoreDNS-001 "Miek Gieben" miek@miek.nl + proxy . 8.8.8.8:53 +} diff --git a/conf/etcdCorefile b/conf/etcdCorefile new file mode 100644 index 000000000..8133696f1 --- /dev/null +++ b/conf/etcdCorefile @@ -0,0 +1,10 @@ +.:1053 { + etcd skydns.local { + stubzones + path /skydns + endpoint http://localhost:2379 + upstream 8.8.8.8:53 8.8.4.4:53 + debug + } + proxy . 8.8.8.8:53 +} |