1
0

22 Commits

Author SHA1 Message Date
a83b135d14 Run updates on a timer loop
The config yaml provides an interval period which is used to determine
how often to update the IP addresses on the domains. The local IP
address is checked each time before updating the domains.
2022-12-06 13:36:54 -08:00
9ba150953e Make the config file a required argument
When running in a container we should not attempt to look in the
homedir for a config file. The user should explicitly mount it into the
container and pass it to the program.
2022-12-06 13:36:54 -08:00
10d4b6b335 Update how log messages are output. 2021-12-31 10:55:03 -05:00
ce3537ff31 Add note about updating top level domain 2021-12-31 09:53:36 -05:00
2eef63e3eb change refs to IP lookup APIs to working services 2021-11-11 16:36:02 -05:00
1481ba9c86 create github actions 2021-10-22 23:59:11 +05:30
8623ef5c80 added new installation instructions 2019-10-29 19:03:24 +05:30
47b51d0cf0 added circle ci 2019-10-29 17:07:49 +05:30
bf919c063b update README 2019-09-26 13:45:03 -04:00
3b401c5a1f [minor] Cleanup some log messages & README 2019-09-26 11:23:36 -04:00
0f46c9b820 fix small typos 2019-08-05 10:07:13 -04:00
95f4abc343 Update Readme with build instructions
make the "requirements" section more specific and also adds simple build instructions.
2019-08-02 17:02:33 -04:00
ac101a4ff0 Merge pull request #4 from johnjaylward/support_dual_stack
Support dual stack IPv4 and IPv6
2019-07-23 17:02:09 +05:30
d863936ac6 Merge pull request #3 from johnjaylward/correct_paging
update to support paging and custom config location.
2019-07-23 16:59:01 +05:30
edf24ec90c add support for ipv4 in ipv6 addresses 2019-07-22 12:02:27 -04:00
9a990b48ce add dual stack support 2019-07-22 12:02:27 -04:00
3fdd43dfa8 update to support paging and custom config location.
expand config to support a few more options
2019-07-22 11:23:47 -04:00
014dc55ae6 remove execute bit 2019-07-22 11:10:24 -04:00
c3630e87f1 add support for multiple domains 2017-11-12 19:16:49 +05:30
057713b443 change config file to be placed in home directory 2017-09-18 18:50:07 +05:30
5ee18713a5 Update README.md
Updates README with additional instructions.
2017-09-08 15:59:10 -05:00
d2cff7ecc2 init
added past ip compare with current

removed binary

removed binary

fix relative path of config

change cron

change cron
2017-08-30 17:32:49 +05:30