mirror of
https://github.com/therootcompany/telebit.git
synced 2025-04-20 06:40:41 +00:00
better allowed domain example
This commit is contained in:
parent
21a0892146
commit
a61f012507
@ -9,8 +9,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func help() {
|
func help() {
|
||||||
fmt.Fprintf(os.Stderr, "Usage: iplist domain.tld 123.45.6.78\n")
|
fmt.Fprintf(os.Stderr, "Usage: iplist _allowed.domain.tld 123.45.6.78\n")
|
||||||
fmt.Fprintf(os.Stderr, "(`dig TXT +short domain.tld` should return a list like `v=spf1 ip4:123.45.6.78 ip4:123.45.6.1/24`\n")
|
fmt.Fprintf(os.Stderr, "(`dig TXT +short _allowed.domain.tld` should return a list like `v=spf1 ip4:123.45.6.78 ip4:123.45.6.1/24`\n")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user