wunderbar 26 Posted ... Hello friends. How does one resolve the third entry address of a server (to use tls-crypt for a specific server) ? From https://airvpn.org/faq/servers_ip/ I see only the option to resolve the first entry address. Eg: alshat.airservers.org resolves into the first entry address of server whose name is "Alshat". Best, Quote Share this post Link to post
Staff 9972 Posted ... Hello! Unfortunately a set of names for your purpose has not yet been defined, we're very sorry. We will consider to fix the fault. At the moment, If you need them you can use the Configuration Generator (*) or open a ticket (specify the list of servers). Kind regards (*) Make sure to tick "Advanced Mode", so that you can see and select some connection mode ending to entry-IP address 3. Quote Share this post Link to post
benfitita 39 Posted ... @wunderbar you can also use API: From command line: curl "https://airvpn.org/api/status/" | jq -c '.servers[] | select( .public_name == "Virgo" ) | .ip_v4_in3' From browser:https://airvpn.org/apisettings/ – set "Service" to "status" and click Run down below. Now press CTRL+f and type your server name. Look for "ip_v4_in3" field. Quote Share this post Link to post