Skip to content
Snippets Groups Projects
Unverified Commit cfc57249 authored by Louis's avatar Louis :fire:
Browse files

proxies > proxied

parent 570434b5
Branches master
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ async function createRecord(zone_id, domain, ip, opts, ctx = {}) { ...@@ -46,7 +46,7 @@ async function createRecord(zone_id, domain, ip, opts, ctx = {}) {
type: 'A', type: 'A',
name: domain, name: domain,
content: ip, content: ip,
proxies: true, proxied: true,
...ctx, ...ctx,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment