mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
7 lines
81 B
C#
7 lines
81 B
C#
namespace ServiceLib.Enums;
|
|
public enum EUdpTest
|
|
{
|
|
NTP,
|
|
DNS,
|
|
STUN,
|
|
}
|