diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 11:30:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 11:30:33 -0400 |
| commit | 2d175089e0f19973a03d3975e3e5c09ea7ea8631 (patch) | |
| tree | 2c4a4628050b327c00ec4125413698c3e0b51397 | |
| parent | 7273d18461ce548f5ca30bfd797633eafe4e0a0b (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 2f33aa31..dd848646 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -131,7 +131,7 @@ hosts = -- (o) ` & alias "ns2.kitenet.net" & myDnsSecondary & Dns.primary hosts "olduse.net" - (Dns.mkSOA "ns1.kitenet.net" 100) + (Dns.mkSOA "ns2.kitenet.net" 100) [ (RootDomain, NS $ AbsDomain "ns2.kitenet.net") , (RootDomain, NS $ AbsDomain "ns6.gandi.net") , (RootDomain, NS $ AbsDomain "ns9.kitenet.net") |
