Skip to content

Commit

Permalink
Merge pull request #6 from ruedigerp/develop
Browse files Browse the repository at this point in the history
fix: cf add record fix proxied
  • Loading branch information
ruedigerp authored Nov 16, 2024
2 parents 3baaf72 + b644d27 commit 5070ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func AddRecord(zoneID string, token string, domain string, rtype string, ip stri
Name: domain,
Content: ip,
TTL: 1,
Proxied: false,
Proxied: proxied,
}

jsonData, err := json.Marshal(dnsRecord)
Expand Down

0 comments on commit 5070ccf

Please sign in to comment.