1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-09 13:55:12 +02:00
Commit graph

33 commits

Author SHA1 Message Date
Felix Kretschmer
d756c8a80a
Merge pull request #37 from hashfunktion/master
Update README.md
2025-03-07 21:02:53 +01:00
Jesse Reppin
c205d0e844
Update README.md
Add HowTo for UniFi Gateways
2025-03-03 11:29:04 +01:00
Felix Kretschmer
1e80e61044
Merge pull request #34 from nillebor/patch-1
Update README.md
2024-12-07 20:28:12 +01:00
nillebor
e42df34f54
Update README.md
Instructions for installing on the webspace
2024-12-07 01:41:40 +01:00
Felix Kretschmer
54beb1835c
docs(README.md): Fix wrong information
Update README.md
2023-05-13 19:49:05 +02:00
theHaury
00f9f6f8bf
Update README.md
Fixed the Readme, to be compatible with the FRITZ!Box Settings
2023-05-12 21:23:34 +02:00
Felix Kretschmer
88fc9e90ae
feat(update.php): Update of multiple domains with one call
Merge pull request #23 from theHaury/master
Add possibility to update multiple domains with one update url
2023-05-12 21:14:37 +02:00
theHaury
44ba07dbfe
Update README.md
Added description how to update multiple domains
2023-05-12 21:10:01 +02:00
Pascal Haury
784bfcca2c remove debug echo 2023-05-01 12:29:29 +02:00
theHaury
8712f5458e
Add feature to update multiple subdomains, separated by comma 2023-04-23 23:07:30 +02:00
Felix Kretschmer
1eb144d800
Delete CNAME 2022-11-29 20:04:38 +01:00
Felix Kretschmer
5b8b8d3a70
Create CNAME 2022-11-29 20:04:23 +01:00
Felix Kretschmer
239e8f3dc5
Merge pull request #20 from fernwerker/improve/readme
Update README to be more precise
2022-02-14 14:24:53 +01:00
Felix Kretschmer
ddbc6d6b5c
Update README to be more precise
Learning from #19
2022-02-14 14:24:35 +01:00
Felix Kretschmer
42246147c4
Merge pull request #18 from mhellmeier/patch-1
Restrict access to log file

adding .htaccess to restrict access to .env and .json files within directory.
2021-08-24 19:47:55 +02:00
Felix Kretschmer
085da16fc7
Rename .htaccess to .htaccess.example
htaccess example to hide .env and .json files from being published by webserver
2021-08-24 19:47:07 +02:00
Malte Hellmeier
bb1b934e69
Restrict access to log file
Fixes #17
2021-08-22 15:47:45 +02:00
Felix Kretschmer
4532559f83 updated on copyright year, and ping to see project is active but nothing to do currently 2021-03-16 10:44:41 +01:00
Felix Kretschmer
f0b09747ab
Merge pull request #12 from AlpayY/patch-1
Fixed issue with example script not being able to get the current IP address
2020-08-27 08:43:30 +02:00
AlpayY
9a1df3ee8a
Update update-dyndns.sh
Updated example script, fixed bug that produces 301 on curl of current IP.
2020-08-26 22:49:36 +02:00
Felix Kretschmer
7f6291964e
Merge pull request #11 from Muffl0n-DE/master
.env schützen
2020-01-21 23:25:08 +01:00
Lukas Boettcher
8987ca6126 .env schützen 2020-01-21 08:27:47 +01:00
Felix Kretschmer
c2d7c114d6
Merge pull request #8 from b2un0/master
* ad ability to update also wildcard record
2019-11-10 19:00:12 +01:00
b2un0
b0122e43dd * ad ability to update also wildcard record 2019-11-08 17:35:18 +01:00
b2un0
3ce566787c * ad ability to update also wildcard record 2019-11-08 17:34:21 +01:00
Felix Kretschmer
eb34f44292 minimum improvements on major refoctoring of b2un0:
- updated README.md to new filenames
  - added log.json creation if not existent in Handler.php
2019-05-16 23:22:13 +02:00
Branko Wilhelm
b551a25391
* handle log env settings (dooh) 2019-05-16 18:11:33 +02:00
Branko Wilhelm
05e326abe6
* rewrite the hole script:
** use .env file for config so we can retrieve updates
** add config and payload DTO with validators
** allow registrable domains as DynDNS
** update IPv4/6 only if changed (or really forced)
** remove obsolete failed_logins counter
** save logs with timestamp
** save only the newest 100 log entries for each domain
2019-05-16 18:00:21 +02:00
Felix Kretschmer
0c58ee7009 modified: README.md 2018-08-06 21:25:47 +02:00
Felix Kretschmer
479dce4f1a modified: README.md
layout and meta infos
2018-08-06 21:20:14 +02:00
Felix Kretschmer
24f9eb7d12 modified: README.md
added link to dnsapi.php by netcup
2018-08-06 21:15:16 +02:00
Felix Kretschmer
5aeaa214c5 modified: README.md
new file:   dnsapi.php
	new file:   update.php
initial commit with working update.php and dnsapi.php by netcup
2018-08-06 21:13:49 +02:00
Felix Kretschmer
824533494a
Initial commit 2018-08-06 20:44:44 +02:00