diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-21 08:28:00 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-21 08:28:00 -0400 |
commit | 0e3bc295a31cd344fae821c4295a3e748018efa9 (patch) | |
tree | 174359098baec16ac41f40cccd5b839f779f8a54 /data/dns | |
parent | 93a358a7d011c8da4bcb65bef720d183e5bed79c (diff) |
dns: Fix typo in zone
Diffstat (limited to 'data/dns')
-rw-r--r-- | data/dns/db.orbekk.com.zone | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/dns/db.orbekk.com.zone b/data/dns/db.orbekk.com.zone index 6bf87e5..0084e2d 100644 --- a/data/dns/db.orbekk.com.zone +++ b/data/dns/db.orbekk.com.zone @@ -10,6 +10,6 @@ $INCLUDE db.orbekk.shared.zone _matrix._tcp IN SRV 10 0 8448 kj.orbekk.com. -$INCLUDE /opt/secret/bind/orbekk.com.+007+19355.key -$INCLUDE /opt/secret/bind/orbekk.com.+007+22862.key -$INCLUDE /opt/secret/bind/orbekk.com.+007+36966.key +$INCLUDE /opt/secret/bind/Korbekk.com.+007+19355.key +$INCLUDE /opt/secret/bind/Korbekk.com.+007+22862.key +$INCLUDE /opt/secret/bind/Korbekk.com.+007+36966.key |