Skip to content

IPv6 testing#6

Merged
sgryphon merged 5 commits intomainfrom
feature/test-ipv6
Mar 15, 2026
Merged

IPv6 testing#6
sgryphon merged 5 commits intomainfrom
feature/test-ipv6

Conversation

@sgryphon
Copy link
Owner

Test examples for IPv6 and protocol translation

Copilot AI review requested due to automatic review settings March 15, 2026 05:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 13 out of 15 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +769 to 771
$plugin_uri = $data['PluginURI'];
if ( '' !== $data['Version'] ) {
$version = $data['Version'];
Comment on lines +120 to +122
| `http://[fd00:72:39:0:A000::160]` | Proxy B | `fd00:72:39:0:A000::128` | `fd00:72:39:0:2000::32` |
| `http://10.72.39.166` | Proxy 46 | `fd00:72:39:0:A000::128` | `10.72.39.32` |
| `http://[fd00:72:39:0:A400::164]` | Proxy 64 | `10.72.39.128` | `fd00:72:39:0:2000::32` |
README.md Outdated
![Verified Client IP diagnostics](docs/screen-diagnostics.png)

**IPv6 and protocol translation**
![IPv6 and protoco translation diagnostics](docs/screen-diagnostics-ipv6.png)
Comment on lines 13 to 23
# Ports:
# 8064 — WordPress (direct)
# 8128 — Proxy A (RFC 7239 Forwarded) → WordPress
# 8160 — Proxy B (RFC 7239 Forwarded) → Proxy A
# 8161 — X-Forwarded-For proxy → Proxy A
# 8162 — Cloudflare-sim proxy → Proxy A
# 8164 — Proxy 64 (IPv6→IPv4 converting, always IPv4 upstream) → Proxy A
# 8166 — Proxy 46 (IPv4→IPv6 converting, always IPv6 upstream) → Proxy A
# 8192 — Proxy C (RFC 7239 Forwarded) → Proxy B
# 8032 — noVNC Linux desktop (for IPv6 browser testing)
#
@sgryphon sgryphon merged commit e2c29f3 into main Mar 15, 2026
1 check passed
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