Files
prim-dns-server/prim-dns config
Anna Puddles e58cbd60b4 Change default config notecard name
* Change default config notecard name

* Rename config to prim-dns config
2023-01-17 16:52:30 -05:00

27 lines
685 B
Plaintext

# The URL for the prim-dns API
api = https://annapuddles.com/prim-dns/alias
# The name of the alias to register/update. If none is specified, the key of the prim is used.
alias =
# The authorization string for the registered alias.
auth =
# Whether to use a secure (https) or insecure (http) URL.
secure_url = 0
# How often to update the status text. 0 will disable the text completely.
status_update_interval = 1
# Whether to automatically start the server, or wait for another script to start it.
auto_start = 1
# Whether any hover text will be displayed
text_enabled = 1
# The colour of any hover text
text_color = <1, 1, 1>
# The opacity of any hover text
text_alpha = 1