We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f623b4 commit 03dd9faCopy full SHA for 03dd9fa
1 file changed
README.org
@@ -4,13 +4,18 @@
4
5
will wait for a given domain to resolve to a given IP.
6
7
- Examples:
+** Why?
8
9
+ You setup a new server, take the IP and let your example.com domain point towards it. Now you have to wait some time.
10
+ ~dnswait~ can help you with that task. It will notify you when the task is successfully done!
11
+
12
+** Examples
13
#+BEGIN_SRC bash
14
dnswait --domain ipv6.google.com --ip 2a00:1450:4002:80b::200e
15
dnswait --domain reddit.com --ip 151.101.65.140
16
#+END_SRC
17
18
+** Miscellaneous
19
dnswait uses https://github.com/0xAX/notificator to support the following notifications:
20
21
- Linux: ~notify-send~ or ~kdialog~
0 commit comments