Files
prim-dns-server/prim-dns config
Anna Puddles 775cbe7f45 Allow disabling of prim-dns web service (#7)
* Disable prim-dns web service if prim_dns_api is blank

* Add info to api key comment
2024-12-04 13:47:36 -05:00

36 lines
971 B
Plaintext

# The URL for the prim-dns API. Leave blank to disable the use of any prim-dns web service.
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 to automatically reboot the server when the inventory changes.
auto_reboot = 0
# 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
# Whether the menu system should be enabled
enable_menus = 1
# Whether status updates should be shown in chat
enable_chat_output = 1