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.
1 parent 2d3af20 commit 9278f82Copy full SHA for 9278f82
root/etc/cont-init.d/30-config
@@ -211,7 +211,7 @@ if [ -n "$PEERS" ]; then
211
PEERS="1"
212
fi
213
if [ -z "$SERVERURL" ] || [ "$SERVERURL" = "auto" ]; then
214
- SERVERURL=$(curl icanhazip.com)
+ SERVERURL=$(curl -s icanhazip.com)
215
echo "**** SERVERURL var is either not set or is set to \"auto\", setting external IP to auto detected value of $SERVERURL ****"
216
else
217
echo "**** External server address is set to $SERVERURL ****"
0 commit comments