From aad91ae6791910315a929cc3f1973e96d33bcd1c 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. Signed-off-by: Jason A. Donenfeld --- contrib/nat-hole-punching/nat-punch-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/nat-hole-punching/nat-punch-client.c') diff --git a/contrib/nat-hole-punching/nat-punch-client.c b/contrib/nat-hole-punching/nat-punch-client.c index 65f3249..aa00d35 100644 --- a/contrib/nat-hole-punching/nat-punch-client.c +++ b/contrib/nat-hole-punching/nat-punch-client.c @@ -140,7 +140,7 @@ int main(int argc, char *argv[]) const char *server = argv[1], *interface = argv[2]; if (argc < 3) { - fprintf(stderr, "Usage: %s SERVER WIREGUARD_INTERFACE\nExample:\n %s demo.wireguard.io wg0\n", argv[0], argv[0]); + fprintf(stderr, "Usage: %s SERVER WIREGUARD_INTERFACE\nExample:\n %s demo.wireguard.com wg0\n", argv[0], argv[0]); return EINVAL; } -- cgit v1.2.3-59-g8ed1b