You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
200 B

#!/bin/bash
[ -z "$2" ] && n=0 || n=$2
if [ -e /etc/vdn/config ]; then
. /etc/vdn/config
. /etc/vdn/allocators/$VDN_RESOURCES_ALLOCATOR
computePublicIp $1 $n
else
vdn-query PUBLIC_IP $n $1
fi