summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 10:13:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2016-01-24 10:13:04 +0100
commit5a211190c73fc6191c52b84cbc2edbe01166b255 (patch)
tree0bc30f0bfc67e9e27833e44d5e5093c3b257062d /config
parentc82b7e91a753b35b473f99174bea7c1f1ad2c586 (diff)
downloadOpenBSD-firewall-5a211190c73fc6191c52b84cbc2edbe01166b255.tar.gz
OpenBSD-firewall-5a211190c73fc6191c52b84cbc2edbe01166b255.tar.bz2
some clenup
Diffstat (limited to 'config')
-rw-r--r--config/obr/rndc.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/config/obr/rndc.conf b/config/obr/rndc.conf
deleted file mode 100644
index 256e316..0000000
--- a/config/obr/rndc.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# Start of rndc.conf
-key "rndc-key" {
- algorithm hmac-md5;
- secret "MynikR+Z4e0qk86+zyr30Q==";
-};
-
-options {
- default-key "rndc-key";
- default-server 127.0.0.1;
- default-port 953;
-};
-# End of rndc.conf
-
-# Use with the following in named.conf, adjusting the allow list as needed:
-# key "rndc-key" {
-# algorithm hmac-md5;
-# secret "MynikR+Z4e0qk86+zyr30Q==";
-# };
-#
-# controls {
-# inet 127.0.0.1 port 953
-# allow { 127.0.0.1; } keys { "rndc-key"; };
-# };
-# End of named.conf