fix(core): enhance IP address handling and formatting across multiple…#1103
fix(core): enhance IP address handling and formatting across multiple…#1103wmade wants to merge 1 commit into
Conversation
txAdmin has had ipv6 support for years |
|
No, otherwise I wouldn't have made the changes. And the server wouldn't crash on startup. I'm in a situation where I'm IPv6-only. |
Strange, because I remember in 2022 Tabby was adding IPV6 support e70b06c |
|
Fully supporting this PR. I've seen the same behavior: txAdmin defaulting to 0.0.0.0 even when the host is IPv6. The current implementation seems to lack the proper interface binding for modern network stacks. The fix for TXHOST_INTERFACE handling is crucial for anyone running on providers that are phasing out public IPv4s. |
Add compatibility and support for IPv6.
The fxserver is already compatible, and it's a shame that you can't use txadmin if you don't have a public IPv4 address. (RFC 8200)