Closed veaceslavdoina closed 1 month ago
We decided to set Public IP automatically and for that we performed the following
get_ip_public
utils.sh
NETWORK
testnet
run_client.sh
With these changes, we can get rid of the additional manual step to pass a Public IP.
We decided to set Public IP automatically and for that we performed the following
get_ip_public
function to use IP Lookup serviceutils.sh
functions to unify indentation and styleNETWORK
variable toutils.sh
with defaults totestnet
run_client.sh
, based on theNETWORK
With these changes, we can get rid of the additional manual step to pass a Public IP.