Skip to content

Commit

Permalink
Temporarily revert to prevoius behavior to verify fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Jul 31, 2024
1 parent f049db9 commit a58475b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a58475b

Please sign in to comment.