Commit d6131f34 authored by Stan Hu's avatar Stan Hu

Merge branch 'jramsay-geo-silent-curl' into 'master'

Add silent flag to curl in public IP lookup

See merge request gitlab-org/gitlab-ee!4950
parents 92aa3881 0ef33163
...@@ -125,7 +125,7 @@ The following guide assumes that: ...@@ -125,7 +125,7 @@ The following guide assumes that:
## ##
## Public address ## Public address
## ##
echo "External address: $(curl ipinfo.io/ip)" echo "External address: $(curl --silent ipinfo.io/ip)"
``` ```
In most cases, the following addresses will be used to configure GitLab In most cases, the following addresses will be used to configure GitLab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment