diff --git a/app.rb b/app.rb index 6c909ac..0d02a88 100755 --- a/app.rb +++ b/app.rb @@ -91,8 +91,8 @@ def create_a_record(ip:) type: "A", name: hostname, content: ip, - #ttl: 1, - ttl: 60, + ttl: 1, + #ttl: 60, proxied: false }) .body