Commit 0ef33163 authored by James Ramsay's avatar James Ramsay

Add silent flag to curl in public IP lookup

parent 9acc13f5
......@@ -125,7 +125,7 @@ The following guide assumes that:
##
## 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
......
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