Skip to content

Commit 03dd9fa

Browse files
committed
[chore] add more to the readme
1 parent 8f623b4 commit 03dd9fa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.org

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
will wait for a given domain to resolve to a given IP.
66

7-
Examples:
7+
** Why?
88

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
913
#+BEGIN_SRC bash
1014
dnswait --domain ipv6.google.com --ip 2a00:1450:4002:80b::200e
1115
dnswait --domain reddit.com --ip 151.101.65.140
1216
#+END_SRC
1317

18+
** Miscellaneous
1419
dnswait uses https://github.com/0xAX/notificator to support the following notifications:
1520

1621
- Linux: ~notify-send~ or ~kdialog~

0 commit comments

Comments
 (0)