- prevent wildcard generation when not using Cloudflare dns

- fix cloudflare token required logic
This commit is contained in:
Jaap-Jan de Wit
2020-08-23 16:48:14 +00:00
parent 077cf75ef2
commit cff6c4d1f5
2 changed files with 24 additions and 5 deletions

View File

@ -34,7 +34,7 @@
<div class="col-sm-12 col-md-12 cloudflare">
<div class="form-group">
<label class="form-label">CloudFlare DNS API Token <span class="form-required">*</span></label>
<input type="text" name="meta[cloudflare_token]" class="form-control" id="cloudflare_token" required>
<input type="text" name="meta[cloudflare_token]" class="form-control" id="cloudflare_token">
</div>
</div>