parent
cf73f37a5d
commit
1dd1f177cf
@ -1,3 +1,3 @@ |
||||
lookup: |
||||
interval: 10 # seconds to keep trying lookup of changed value |
||||
timeout: 2 # minutes before giving up - failed set |
||||
timeout: 5 # minutes before giving up - failed set |
||||
|
@ -1,6 +1,6 @@ |
||||
announce: false |
||||
pro: true |
||||
cron: 30 # interval in minutes to check to see if public ip has changed, comment to run just once or set to falsey |
||||
cron: 10 # interval in minutes to check to see if public ip has changed, comment to run just once or set to falsey |
||||
lookup: |
||||
interval: 10 # seconds to keep trying lookup of changed value |
||||
timeout: 2 # minutes before giving up - failed set |
||||
interval: 30 # seconds to keep trying lookup of changed value |
||||
timeout: 10 # minutes before giving up - failed set |
||||
|
Loading…
Reference in new issue