Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNSType 可以新增 AAAA 类型 #1

Open
mazingyu opened this issue Sep 1, 2023 · 1 comment
Open

DNSType 可以新增 AAAA 类型 #1

mazingyu opened this issue Sep 1, 2023 · 1 comment

Comments

@mazingyu
Copy link

mazingyu commented Sep 1, 2023

public enum DNSType: UInt16 { case A = 0x01 // a ipv4 host address case AAAA = 0x1c // a ipv6 host address

@vincent178
Copy link
Owner

@mazingyu you're very welcome to contribute to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants