From 006984ab3ff48831149290ea7c4bed97951929c1 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 16 Jul 2017 16:12:20 +0200 Subject: global: wireguard.io --> wireguard.com Due to concerns with the .io TLD, we are switching to using wireguard.com instead. --- contrib/external-tests/haskell/src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/external-tests/haskell') diff --git a/contrib/external-tests/haskell/src/Main.hs b/contrib/external-tests/haskell/src/Main.hs index b0b7503..7863829 100644 --- a/contrib/external-tests/haskell/src/Main.hs +++ b/contrib/external-tests/haskell/src/Main.hs @@ -57,7 +57,7 @@ unsafeMessage write mpsk msg ns = case operation msg ns of main :: IO () main = do - let ip = "demo.wireguard.io" + let ip = "demo.wireguard.com" port = "12913" myKeyB64 = "WAmgVYXkbT2bCtdcDwolI88/iVi/aV3/PHcUBTQSYmo=" -- private key serverKeyB64 = "qRCwZSKInrMAq5sepfCdaCsRJaoLe5jhtzfiw7CjbwM=" -- public key -- cgit v1.2.3-59-g8ed1b