This commit is contained in:
sardelka9515
2022-08-20 22:22:06 +08:00
parent 6c355b109d
commit 87f873d1a5

View File

@ -103,6 +103,6 @@
/// <summary>
/// The zerotier network id to join, default value is zerotier's public Earth network.
/// </summary>
public string ZeroTierNetworkID = "8056c2e21c000001";
public string ZeroTierNetworkID { get; set; } = "8056c2e21c000001";
}
}