Full IPv6 / dual-stack support #920
Closed
TruzThePleasureMan
started this conversation in
Ideas
Replies: 1 comment
|
I don’t have access to two IPv6 servers to test this. If you have one available or some time, could you share the login via Discord, or try configuring it yourself and let me know the steps you used? I'll do my best to automate the process from there. as you mentioned, we should:
and then:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
IPv6 adoption is accelerating and many hosting customers expect it
Current state (tested on Ubuntu 24.04, OpenPanel 1.7.52):
Component IPv6 support Notes
Caddy (ports 80/443) Yes Listens on * (dual-stack)
OpenPanel UI (2083) Yes Listens on 0.0.0.0 and [::]
OpenAdmin (2087) No Only 0.0.0.0
Docker bridge networking No EnableIPv6: false in daemon.json
Mail (Postfix/Dovecot) No POSTFIX_INET_PROTOCOLS=ipv4, DOVECOT_INET_PROTOCOLS=ipv4
FTP (vsftpd container) Unknown Likely IPv4-only
BIND9 DNS Unknown May support both, untested
Proposed implementation:
Benefit: Hosting providers can offer dual-stack hosting, which is increasingly expected by customers. IPv4 exhaustion makes this a competitive differentiator.
All reactions