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

push not working (ipv6 bindhost) #75

Open
teleanu opened this issue Apr 13, 2022 · 1 comment
Open

push not working (ipv6 bindhost) #75

teleanu opened this issue Apr 13, 2022 · 1 comment

Comments

@teleanu
Copy link

teleanu commented Apr 13, 2022

How I can make it work using IPv6?
I checked Debugging section of the module, but I was woundering if is possible somehow to make it work with IPv6.
On my VPS the bind host that i'm using it resolves to an IPv6 IP and back to rDNS... the IP to that vhost (error.rs).
The IP 77.81.164.17 is from another hosting provider and is the place where I use the domain error.rs as an website.

Is somehow possible to make the module force a connection to the ipv6 ip that my bindhost has?

[2022-04-13 07:57:04.284297] (error/libera) CLI -> ZNC [PRIVMSG *palaver :test]
[2022-04-13 07:57:04.284682] Palaver: Connecting to 'api.palaverapp.com' on port 443 with TLS (POST /1/push)
[2022-04-13 07:57:04.284845] TDNS: initiating resolving of [api.palaverapp.com] and bindhost [error.rs]
[2022-04-13 07:57:04.285337] (error/libera) ZNC -> CLI [:*[email protected] PRIVMSG style :Notification sent to 1 clients.]
[2022-04-13 07:57:04.331420] TDNS: MOD::C::palaver::error::libera, connecting to [132.226.130.191] using bindhost [77.81.164.17]
[2022-04-13 07:57:04.632411] /home/error/znc-1.8.2/build/src/Csocket.cpp:3181 Failure to bind to 77.81.164.17
[2022-04-13 07:57:04.632727] Palaver: HTTP Request failed 'api.palaverapp.com' - Failed to setup bind host
@kylef
Copy link
Member

kylef commented Apr 13, 2022

Palaver API does not offer direct IPv6 connectivity at this point in time. It should be possible to use the API with an IPv6-only network. These types of networks typically offer NAT64 and DNS64. If you are using an IPv6-only ISP you should be able to reach out to the ISPs customer service on how to configure connectivity to IPv4 networks.

Direct IPv6 support may come in the future.

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