Last active
May 22, 2023 11:12
-
-
Save JuniYadi/40b35c4f24f0a352be9ff74ae4b31830 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
systemctl disable systemd-resolved | |
systemctl stop systemd-resolved | |
rm -rf /etc/resolv.conf | |
echo "nameserver 8.8.8.8" > /etc/resolv.conf | |
echo "nameserver 8.8.4.4" > /etc/resolv.conf | |
dig premiumfast.net | |
dig s3.ap-southeast-1.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment