This commit is contained in:
robin
2026-03-05 02:44:43 +08:00
parent 49021c7415
commit 49776c3d0a
41 changed files with 432 additions and 297 deletions

View File

@@ -1,6 +1,6 @@
//
// HttpdnsHostRecord.h
// TrustHttpDNS
// NewHttpDNS
//
// Created by ElonChan地风 on 2017/5/3.
// Copyright © 2017<31><37>?trustapp.com. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// HttpdnsHostRecord.m
// TrustHttpDNS
// NewHttpDNS
//
// Created by ElonChan on 2017/5/3.
// Copyright © 2017<EFBFBD><EFBFBD>?trustapp.com. All rights reserved.

View File

@@ -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,

View File

@@ -1,6 +1,6 @@
//
// HttpdnsRequest.m
// TrustHttpDNS
// NewHttpDNS
//
// Created by xuyecan on 2024/5/19.
// Copyright © 2024 trustapp.com. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// HttpdnsRequest_Internal.h
// TrustHttpDNS
// NewHttpDNS
//
// Created by xuyecan on 2024/6/19.
// Copyright © 2024 trustapp.com. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// HttpdnsResult.h
// TrustHttpDNS
// NewHttpDNS
//
// Created by xuyecan on 2024/5/15.
// Copyright © 2024 trustapp.com. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// HttpdnsResult.m
// TrustHttpDNS
// NewHttpDNS
//
// Created by xuyecan on 2024/5/15.
// Copyright © 2024 trustapp.com. All rights reserved.