mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-08 04:41:33 -05:00
commit
100117e9ad
@ -342,7 +342,7 @@ dns_check(){
|
||||
read FQDN
|
||||
|
||||
output "Resolving DNS..."
|
||||
SERVER_IP=$(curl -s http://checkip.amazonaws.com)
|
||||
SERVER_IP=$(dig +short myip.opendns.com @resolver1.opendns.com)
|
||||
DOMAIN_RECORD=$(dig +short ${FQDN})
|
||||
if [ "${SERVER_IP}" != "${DOMAIN_RECORD}" ]; then
|
||||
output ""
|
||||
|
Loading…
Reference in New Issue
Block a user