You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: