We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a90c1a + 9278f82 commit a64e45fCopy full SHA for a64e45f
root/etc/cont-init.d/30-config
@@ -231,7 +231,7 @@ if [ -n "$PEERS" ]; then
231
fi
232
PEERS_COUNT=$(echo "${#PEERS_ARRAY[@]}")
233
if [ -z "$SERVERURL" ] || [ "$SERVERURL" = "auto" ]; then
234
- SERVERURL=$(curl icanhazip.com)
+ SERVERURL=$(curl -s icanhazip.com)
235
echo "**** SERVERURL var is either not set or is set to \"auto\", setting external IP to auto detected value of $SERVERURL ****"
236
else
237
echo "**** External server address is set to $SERVERURL ****"
0 commit comments