diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-08 11:56:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-08 11:56:35 -0400 |
| commit | b5977a735d664845755571bf3bef2f7153a88957 (patch) | |
| tree | 556caa48827bfa4af435932cc0d49384e2f199c8 | |
| parent | 265e744edb9109576c2f6073cf4f1847493fb9df (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 f2a3d190..6b99f0f5 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -102,7 +102,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" [ "Welcome to the new kitenet.net server!" ] & ipv4 "66.228.36.95" - -- & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" -- being problimatic + & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" & alias "kitenet.net" & alias "wren.kitenet.net" -- temporary |
