Skip to content

add IPv6 support#286

Closed
brightsunshine54 wants to merge 3 commits intodevelopfrom
feature/add-ipv6
Closed

add IPv6 support#286
brightsunshine54 wants to merge 3 commits intodevelopfrom
feature/add-ipv6

Conversation

@brightsunshine54
Copy link
Copy Markdown
Collaborator

No description provided.

// todo: rename me!
HZ_WHAT_IS_THIS_IP("172.20.0.1", 32);
// todo: fix IPv6
TUN_ADDRESS("10.10.0.1", 32, "::::", 128),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@batchar2 NEED ADD CORRECT IPv6 addresses

ALL_SUBNET("0.0.0.0", 0, "::::", 128),

// todo: rename me! STAS WHAT IS THIS ADDRESS?
HZ_WHAT_IS_THIS_IP("172.20.0.1", 32, "::::", 128);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@batchar2 What is THIS IP?

throw new PVNClientException(ErrorCode.CONNECT_TO_SERVER_ERROR);
}

public String getDnsServerIPv6() throws PVNClientException {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@batchar2 How to get IPv6 DNS?

@batchar2 batchar2 had a problem deploying to RELEASE_ENVIRONMENT April 22, 2026 08:09 — with GitHub Actions Failure
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

Successfully merging this pull request may close these issues.

2 participants