diff --git a/iran-docker.sh b/iran-docker.sh index 1803946..0df5e8f 100644 --- a/iran-docker.sh +++ b/iran-docker.sh @@ -18,13 +18,13 @@ fi main_menu_items=("Set DNS" "Install Docker" "Update Docker" "Set Docker Proxy" "Exit") # Available DNS providers and their servers -dns_options=("Shecan" "Radar" "Electro" "Begzar" "DNS Pro" "403" "Google" "Cloudflare" "Reset to Default") +dns_options=("Shecan" "Radar" "Electro" "Begzar" "DNSPro" "403" "Google" "Cloudflare" "Reset to Default") declare -A dns_servers=( ["Shecan"]="178.22.122.100 185.51.200.2" ["Radar"]="10.202.10.10 10.202.10.11" ["Electro"]="78.157.42.100 78.157.42.101" ["Begzar"]="185.55.226.26 185.55.226.25" - ["DNS Pro"]="87.107.110.109 87.107.110.110" + ["DNSPro"]="87.107.110.109 87.107.110.110" ["403"]="10.202.10.202 10.202.10.102" ["Google"]="8.8.8.8 8.8.4.4" ["Cloudflare"]="1.1.1.1 1.0.0.1" @@ -39,6 +39,7 @@ registry_proxies=( "docker.arvancloud.ir" "docker.haiocloud.com" "docker.iranserver.com" + "docker.mobinhost.com" ) # DNS Management Functions