diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-18 16:56:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-18 16:56:29 -0400 |
| commit | 3dd36f7e922b0dfdde54420a931e77fd02e6b83c (patch) | |
| tree | 8f74b24fb0102b444e1f846318c0e7b86d629b75 | |
| parent | 12f5e8581c34e72dae9c0c5c51db9c84c6a9cf4e (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index c696656c..34175807 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -332,7 +332,7 @@ kite = host "kite.kitenet.net" $ props & alias "ns4.kitenet.net" & myDnsPrimary True "kitenet.net" - [ (RelDomain "mouse.onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") + [ (RelDomain "mouse-onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion") ] & myDnsPrimary True "joeyh.name" [] & myDnsPrimary True "ikiwiki.info" [] |
