From fe1cf9ac533c3fc880d41a3b39cafebba1f9bc69 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 21 Oct 2021 23:48:13 +0200 Subject: [PATCH] Update default ZT network id --- Source/dvlnet/zerotier_native.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/dvlnet/zerotier_native.cpp b/Source/dvlnet/zerotier_native.cpp index 02432b4bb..d581e8c3c 100644 --- a/Source/dvlnet/zerotier_native.cpp +++ b/Source/dvlnet/zerotier_native.cpp @@ -21,7 +21,7 @@ namespace devilution { namespace net { //static constexpr uint64_t zt_earth = 0x8056c2e21c000001; -static constexpr uint64_t ZtNetwork = 0xaf78bf943649eb12; +static constexpr uint64_t ZtNetwork = 0xa84ac5c10a7ebb5f; static std::atomic_bool zt_network_ready(false); static std::atomic_bool zt_node_online(false);