You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dnswait.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ var Options = &struct {
22
22
funcmain() {
23
23
app:=&cli.App{
24
24
Name: "dnswait",
25
-
Version: "0.1.0",
25
+
Version: "1.0.0",
26
26
Author: "Stefan Ruzitschka",
27
27
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",
0 commit comments