Timothy Miller
|
f22ec89f3e
|
Updated README.md
|
2023-02-15 15:15:23 -05:00 |
|
Timothy Miller
|
bd3f4a94cb
|
Updated README.md
|
2023-02-15 15:05:59 -05:00 |
|
Timothy Miller
|
7212161f7b
|
Updated README.md
|
2023-02-15 15:01:28 -05:00 |
|
Timothy Miller
|
2ad7e57d65
|
Added support for secondary IP checks if primary fails (Fixes #111)
Updated requests module version
|
2023-02-15 14:07:17 -05:00 |
|
Timothy Miller
|
5c909e25cd
|
Updated README.md
|
2023-02-15 13:25:07 -05:00 |
|
Timothy Miller
|
7e6d74f1f6
|
Onboarding experience improved
|
2022-10-30 17:54:32 -04:00 |
|
Timothy Miller
|
9855ca6249
|
Update documentation
|
2022-10-30 17:47:46 -04:00 |
|
Timothy Miller
|
e0f0280656
|
Upgrade requests to 2.28.1
|
2022-10-30 17:45:41 -04:00 |
|
Timothy Miller
|
e86695f77d
|
Updated documentation
|
2022-10-30 17:43:04 -04:00 |
|
Timothy Miller
|
b0a396b8f1
|
Update README.md
|
2022-08-31 16:07:34 -04:00 |
|
Timothy Miller
|
c648b81b25
|
Fixed typo in README
|
2022-07-31 22:46:30 -04:00 |
|
Timothy Miller
|
ceeb011366
|
Updated the domain used to fetch IPv4 from cloudflare.
|
2022-07-31 15:55:59 -04:00 |
|
Timothy Miller
|
f0357c71c1
|
Cleaned up code smell
|
2022-07-31 03:32:05 -04:00 |
|
Timothy Miller
|
6933cbe27f
|
Added compatibility for legacy configs
|
2022-07-31 03:06:08 -04:00 |
|
Timothy Miller
|
566ad3a7cf
|
Cleaned up code smells
|
2022-07-31 02:44:38 -04:00 |
|
Timothy Miller
|
3287447e0a
|
Added 🗣️ Call to action for Docker environment variable support
|
2022-07-30 21:52:27 -04:00 |
|
Timothy Miller
|
62c360cff2
|
Added 🗣️ Call to action for Docker environment variable support
|
2022-07-30 21:48:12 -04:00 |
|
Timothy Miller
|
ae7be14004
|
Synced repeat interval with TTL
|
2022-07-30 21:44:59 -04:00 |
|
Timothy Miller
|
cb539ad64d
|
Fixed config path bugs in Docker
|
2022-07-30 21:24:20 -04:00 |
|
Timothy Miller
|
a4d29036c5
|
Updated cdn-cgi/trace domain from 1.1.1.1 to cloudflare.com
|
2022-07-30 21:22:54 -04:00 |
|
Timothy Miller
|
ef4e3a5787
|
Added configurable TTL option, plus documentation
|
2022-07-30 21:20:41 -04:00 |
|
Timothy Miller
|
2b9ebdeab2
|
Added exception handling for unhandled api requests
|
2022-07-30 20:28:54 -04:00 |
|
Timothy Miller
|
86976e5133
|
Added per-subdomain proxy flag to config.json
|
2022-07-30 20:24:27 -04:00 |
|
Timothy Miller
|
2401e7a995
|
Fixed directory not set when running script with crontab
|
2022-07-30 20:14:29 -04:00 |
|
Timothy Miller
|
8acd8e5f59
|
Added a catch all for * & @, which are common references to the root domain
|
2022-07-30 20:12:24 -04:00 |
|
Timothy Miller
|
0e0e9f9989
|
Fixed bug that caused the root domain to not update
|
2022-07-30 20:09:38 -04:00 |
|
Timothy Miller
|
464d2792b1
|
Fixed purgeUnknownRecords behavior
|
2022-07-30 20:07:36 -04:00 |
|
Timothy Miller
|
a9d25c743a
|
Create CODE_OF_CONDUCT.md
|
2021-10-30 22:13:17 -04:00 |
|
Timothy Miller
|
254e978971
|
Merge pull request #67 from favonia/python-version-check
|
2021-10-30 22:03:03 -04:00 |
|
favonia
|
bf6135739d
|
Simplify Python version checking
|
2021-10-30 16:15:37 -05:00 |
|
Timothy Miller
|
bc06202b35
|
Merge pull request #66 from rojosinalma/patch-1
Fixes Python version check
|
2021-10-30 16:22:46 -04:00 |
|
Rojo
|
eebbcfbbdf
|
Fixes Python version check
This fixes the Python version check.
float() cuts trailing zeroes:
```python
import sys
```
|
2021-10-30 20:55:52 +02:00 |
|
Timothy Miller
|
2a4d9530dd
|
Reduce unimportant logging
Original solution from here https://github.com/pypa/pip/issues/5900#issuecomment-490216395
|
2021-10-29 23:15:05 -04:00 |
|
Timothy Miller
|
6587d86c65
|
Reorganized folder structure
|
2021-10-29 22:56:13 -04:00 |
|
Timothy Miller
|
6e68d2623f
|
Improved documentation around optional features
|
2021-10-29 22:22:57 -04:00 |
|
Timothy Miller
|
ffa4963ddd
|
Merge pull request #62 from arpagon/master
K8S Compatability and Example
|
2021-10-29 22:06:12 -04:00 |
|
Timothy Miller
|
def75e282d
|
Merge pull request #57 from omeganot/master
Config option for purge/delete of "stale" records
|
2021-10-29 21:54:53 -04:00 |
|
Timothy Miller
|
870da367a9
|
Merge pull request #59 from adamus1red/adamus1red-docker-ci-tweaks
Update GHA CI to use offical docker build/push actions and allow PR's to be tested
|
2021-10-29 21:52:31 -04:00 |
|
Timothy Miller
|
571a22ac22
|
Merge pull request #53 from zmilonas/patch-2
Do not wait before updating IPs for the first time (#51)
|
2021-10-29 21:42:47 -04:00 |
|
Sebastian Rojo
|
5136c925d2
|
FIX confi filename on Docs
|
2021-07-15 16:32:09 -05:00 |
|
Sebastian Rojo
|
96527aaab2
|
BETTER docs
|
2021-07-15 16:26:47 -05:00 |
|
Sebastian Rojo
|
f7d2e7dc00
|
Set default image to timothyjmiller/cloudflare-ddns:latest
|
2021-07-15 16:18:46 -05:00 |
|
Sebastian Rojo
|
4e4d3cebf1
|
BETTER docs
|
2021-07-15 16:17:35 -05:00 |
|
Sebastian Rojo
|
01993807a9
|
ADDED env Variable CONFIG_PATH for Kubernetes secret
|
2021-07-15 16:14:23 -05:00 |
|
adamus1red
|
0d9a9a0579
|
Update image.yml
|
2021-06-16 14:41:04 +01:00 |
|
Rich Visotcky
|
0a85b04287
|
Add config and option for purgeUnknownRecords
|
2021-06-02 09:18:56 -05:00 |
|
Zachary Milonas
|
1a6ffc9681
|
Do not wait before updating IPs for the first time (#51)
|
2021-04-11 15:44:18 +02:00 |
|
Timothy Miller
|
458559d52c
|
📈 Increase sync frequency to 5 minutes to prevent potential gateway timeout
|
2021-03-21 20:18:55 -04:00 |
|
Timothy Miller
|
1f6daa5968
|
Merge pull request #49 from immortaly007/feature/error-response-logging
🦢 Log the response text, in case the response indicated an error
|
2021-03-21 13:40:43 -04:00 |
|
Bas Dado
|
c34401c43f
|
🦢 Log the response text, in case the response indicated an error
|
2021-03-20 14:35:08 +01:00 |
|