mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Solved the edge case of the porxy being enabled even if explicitly false.
This commit is contained in:
parent
7ff4590722
commit
3e2b94bf1c
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ in {
|
|||
zone_identifier="" # Can be found in the "Overview" tab of your domain
|
||||
record_name="" # Which record you want to be synced
|
||||
ttl=3600 # Set the DNS TTL (seconds)
|
||||
proxy="true" # Set the proxy to true or false
|
||||
proxy="" # Set the proxy to true or false
|
||||
sitename="" # Title of site "Example Site"
|
||||
slackchannel="" # Slack Channel #example
|
||||
slackuri="" # URI for Slack WebHook "https://hooks.slack.com/services/xxxxx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue