Currently, we are getting the public IP of the visor together with its NAT type from the Stun module. But the Stun module takes about 10 seconds to get back as it is RFC5389. Due to this, the visor via dmsghttp has to wait for 10 seconds.
We can either use a RFC3489 client to get it faster or just use ip.skywire.com.
Feature description
Currently, we are getting the public IP of the visor together with its NAT type from the Stun module. But the Stun module takes about 10 seconds to get back as it is
RFC5389
. Due to this, the visor viadmsghttp
has to wait for 10 seconds. We can either use aRFC3489
client to get it faster or just useip.skywire.com
.