mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
fix bug myip.sh
This commit is contained in:
parent
c5de828d7e
commit
4a58f7488a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ dnslist=(
|
|||
"dig +short myip.opendns.com @resolver2.opendns.com"
|
||||
"dig +short myip.opendns.com @resolver3.opendns.com"
|
||||
"dig +short myip.opendns.com @resolver4.opendns.com"
|
||||
"dig +short -t txt o-o.myaddr.l.google.com @ns1.google.com"
|
||||
# "dig +short -t txt o-o.myaddr.l.google.com @ns1.google.com"
|
||||
"dig +short -4 -t a whoami.akamai.net @ns1-1.akamaitech.net"
|
||||
"dig +short whoami.akamai.net @ns1-1.akamaitech.net"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue