From e774a11bcf104a2b46fbf872a090d16f8239a812 Mon Sep 17 00:00:00 2001 From: Ryan Caught Date: Sat, 19 Oct 2019 18:05:30 +1000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 260947a..56b58ef 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ $ # google.com will be resolved into an IP / set of IPs $ sudo hosts-override myhost.com,google.com $ # Multiple hosts and values are supported $ sudo hosts-override myhost.com,127.0.0.1 anotherhost.com,127.0.0.1 +$ # Refresh of unresolved hosts (with custom interval) +$ sudo hosts-override -r -i=1m myhost.com,127.0.0.1 ``` ### Notes