This repository has been archived on 2019-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
Manager/plugins/cloudflare/env.example

9 lines
203 B
Plaintext

EMAIL="someone@example.co.uk"
AUTH_KEY="cryptic stuff lmao"
ZONE="something something letters"
LBIPS=(
"1.1.1.1 A"
"::1 AAAA"
"someip TYPE"
) # Array of IPS to loadbalance (creates dns rr records)