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

20 commits

Author SHA1 Message Date
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