Update AdGuard DNS IP

AdGuard changed their DNS IP recently: https://adguard.com/en/blog/adguard-dns-new-addresses.html
This commit is contained in:
trantuanminh1754 2020-09-29 17:37:52 -04:00 committed by GitHub
parent 8a55761005
commit c2248950b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ new_client_dns () {
dns="9.9.9.9, 149.112.112.112"
;;
6)
dns="176.103.130.130, 176.103.130.131"
dns="94.140.14.14, 94.140.15.15"
;;
esac
}