Commit 4118ea0d authored by Dylan Araps's avatar Dylan Araps

Public IP: Disable caching

parent 230b2173
......@@ -1748,8 +1748,6 @@ get_public_ip() {
if [[ -z "$public_ip" ]] && type -p wget >/dev/null; then
public_ip="$(wget -T 10 -qO- "$public_ip_host")"
fi
cache "public_ip" "$public_ip"
}
get_users() {
......
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