This file contains hidden or 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
terraform { | |
required_providers { | |
oci = { | |
source = "oracle/oci" | |
} | |
} | |
} | |
provider "oci" { | |
user_ocid = "ocid1.user.oc1.." |
This file contains hidden or 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
{ | |
lib, | |
stdenv, | |
pnpm_9, | |
git, | |
makeWrapper, | |
nodejs, | |
fetchFromGitHub, | |
}: |
This file contains hidden or 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 | |
# This script is used to check and update your GoDaddy DNS server to the IP address of your current internet connection. | |
# This differs from the one mcarpenterjr created because you can update multiple A Records. | |
# Special thanks to mcarpenterjr for his derivative of mfox's ddns powershell script | |
# https://gist.github.com/mcarpenterjr/1dedf9f9f842710ba5f07937ef4f5ae4 | |
# Special thanks to mfox for his ps script | |
# https://github.com/markafox/GoDaddy_Powershell_DDNS | |
# | |
# First go to GoDaddy developer site to create a developer account and get your key and secret |