5 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
2dbac993cd Add a section if the user can't resolve a domain 2023-09-15 20:49:16 -05:00
Christopher
2e26fb7ef5 Check if the users ip can resolve before saving 2023-09-15 20:42:59 -05:00
Christopher
72d5a3d9aa Show current DNS server 2023-09-15 19:00:12 -05:00
Christopher
eed95ec9fc Add update-etc-resolve 2023-09-15 18:59:12 -05:00