Updated cloudflare-template.sh

Changed proxy variable from "false" to "true" to improve security against DDoS attacks.
This commit is contained in:
Wizman87 2023-02-13 21:24:32 -08:00 committed by GitHub
parent 94675edad8
commit 87e7094078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ zone_identifier="" # Your Zone Identifier ID; Located within the "Overview" se
record_name_A="" # The name of your A record; "www.example.com" record_name_A="" # The name of your A record; "www.example.com"
record_name_AAAA="" # The name of your AAAA record; "www.example.com" record_name_AAAA="" # The name of your AAAA record; "www.example.com"
ttl="1" # Set the DNS TTL (seconds); "1" for automatic or "3600" for default ttl="1" # Set the DNS TTL (seconds); "1" for automatic or "3600" for default
proxy="false" # Set the Proxy Status to "true" or "false"; "true" for Proxied or "false" for DNS Only proxy="true" # Set the Proxy Status to "true" or "false"; "true" for Proxied or "false" for DNS Only
website_name="" # The title of your website; "Example Website" website_name="" # The title of your website; "Example Website"
slack_channel="" # The name of your Slack channel; "#channel" slack_channel="" # The name of your Slack channel; "#channel"
slack_uri="" # The URI of your Slack Webhook; "https://hooks.slack.com/services/xxxxx" slack_uri="" # The URI of your Slack Webhook; "https://hooks.slack.com/services/xxxxx"