Created
August 22, 2021 19:11
-
-
Save rssnyder/e0b4078f73762b9d56531c0e5eca4503 to your computer and use it in GitHub Desktop.
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
ssl=yes | |
use=web | |
protocol=googledomains | |
login={{ dns_user }} | |
password={{ dns_password }} | |
{% if dns_entry is defined -%} | |
{{ dns_entry }}.rileysnyder.org | |
{% else -%} | |
{{ dns_domain }}.rileysnyder.org | |
{% endif % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment