ios test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsRequest.h
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by xuyecan on 2024/5/19.
|
||||
// Copyright © 2024 trustapp.com. All rights reserved.
|
||||
@@ -10,14 +10,14 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
#ifndef TrustHTTPDNSQUERYIPTYPE
|
||||
#define TrustHTTPDNSQUERYIPTYPE
|
||||
#ifndef NewHTTPDNSQUERYIPTYPE
|
||||
#define NewHTTPDNSQUERYIPTYPE
|
||||
|
||||
typedef enum {
|
||||
TrustHttpDNS_IPTypeV4 = 0, //ipv4
|
||||
TrustHttpDNS_IPTypeV6 = 1, //ipv6
|
||||
TrustHttpDNS_IPTypeV64 = 2, //ipv4 + ipv6
|
||||
} TrustHttpDNS_IPType;
|
||||
NewHttpDNS_IPTypeV4 = 0, //ipv4
|
||||
NewHttpDNS_IPTypeV6 = 1, //ipv6
|
||||
NewHttpDNS_IPTypeV64 = 2, //ipv4 + ipv6
|
||||
} NewHttpDNS_IPType;
|
||||
|
||||
typedef NS_OPTIONS(NSUInteger, HttpdnsQueryIPType) {
|
||||
HttpdnsQueryIPTypeAuto NS_SWIFT_NAME(auto) = 0,
|
||||
|
||||
Reference in New Issue
Block a user