Skip to content

Commit 17ee53f

Browse files
committed
dnswait is now feature-complete
1 parent 666ea57 commit 17ee53f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnswait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var Options = &struct {
2222
func main() {
2323
app := &cli.App{
2424
Name: "dnswait",
25-
Version: "0.1.0",
25+
Version: "1.0.0",
2626
Author: "Stefan Ruzitschka",
2727
Description: "Waits for given domain to resolve to a given IP.\n A notification will be sent, when the program ends or the domain successfully resolves to the IP.\n\n Supported notifications:\n - Linux: notify-send or kdialog \n - OSX: terminal-notifier or osascript \n - Windows: growlnotify",
2828
UsageText: "dnswait --domain <domain> --ip <ipv4|ipv6> [--time <minutes>] [--disable-notification]\n\n dnswait --domain sprint.net --ip 2600::\n dnswait --domain reddit.com --ip 151.101.65.140",

0 commit comments

Comments
 (0)