ios test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsHostRecord.h
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by ElonChan(地风) on 2017/5/3.
|
||||
// Copyright © 2017<31><37>?trustapp.com. All rights reserved.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsHostRecord.m
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by ElonChan(地风) on 2017/5/3.
|
||||
// Copyright © 2017<EFBFBD><EFBFBD>?trustapp.com. All rights reserved.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsRequest.m
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by xuyecan on 2024/5/19.
|
||||
// Copyright © 2024 trustapp.com. All rights reserved.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsRequest_Internal.h
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by xuyecan on 2024/6/19.
|
||||
// Copyright © 2024 trustapp.com. All rights reserved.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsResult.h
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by xuyecan on 2024/5/15.
|
||||
// Copyright © 2024 trustapp.com. All rights reserved.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HttpdnsResult.m
|
||||
// TrustHttpDNS
|
||||
// NewHttpDNS
|
||||
//
|
||||
// Created by xuyecan on 2024/5/15.
|
||||
// Copyright © 2024 trustapp.com. All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user