diff --git a/bin/ubuntu_connect_bubble b/bin/ubuntu_connect_bubble index b744d747..ad5b7a33 100755 --- a/bin/ubuntu_connect_bubble +++ b/bin/ubuntu_connect_bubble @@ -322,6 +322,7 @@ Bubble Host : ${BUBBLE_HOST} Device Dir : ${BUBBLE_DIR} Certificate : ${CERT_DEST} VPN Config : ${WG_CONF} +Public IP : $(curl -s http://checkip.amazonaws.com/) " if [[ ! -z "$(which firefox)" ]] ; then diff --git a/bin/ubuntu_disconnect_bubble b/bin/ubuntu_disconnect_bubble index a5296e2d..0e63fb70 100755 --- a/bin/ubuntu_disconnect_bubble +++ b/bin/ubuntu_disconnect_bubble @@ -153,6 +153,7 @@ echo " ============================================================== Device Name : ${DEVICE_NAME} Bubble Host : ${BUBBLE_HOST} +Public IP : $(curl -s http://checkip.amazonaws.com/) " if [[ ! -z "$(which firefox)" ]] ; then