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

58 commits

Author SHA1 Message Date
Nils Blume
a0a76d7385 add configure-endpoints for multiple endpoints 2023-08-24 15:54:10 +02:00
Nils Blume
1b8620e72d fixed shebang 2023-08-24 12:34:54 +02:00
NiiWiiCamo
a1feba58bd
Merge pull request #1 from NiiWiiCamo/testing-multisite
Multisite with domain restriction
2023-08-24 12:18:15 +02:00
Nils Blume
c1833df127 updated examples 2023-08-24 00:34:13 +02:00
Nils Blume
0de4252b2d added multi-endpoint description 2023-08-23 23:51:32 +02:00
Nils Blume
78ec4ee94b updated with example 2023-08-23 23:49:06 +02:00
Nils Blume
fac7616c25 added domain restriction capability 2023-08-23 23:47:23 +02:00
Nils Blume
f2bfa9008f cleanup previous tests 2023-08-23 23:12:54 +02:00
Nils Blume
312b0d9967 cleanup previous tests 2023-08-23 23:04:45 +02:00
Nils Blume
37d407939f update 2023-08-23 13:19:04 +02:00
Nils Blume
ce6c14354b include create 2023-08-23 13:18:26 +02:00
Nils Blume
ec7b755c42 include create 2023-08-23 13:17:13 +02:00
Nils Blume
fba54fb3f4 include create 2023-08-23 13:14:56 +02:00
Nils Blume
7300eafd6f can create entries if not existing 2023-08-23 13:08:10 +02:00
Nils Blume
49c53721c6 updated readme for new features 2023-08-22 22:46:56 +02:00
Nils Blume
c33e712432 multilevel subdomain handling, renamed functions 2023-08-22 22:46:46 +02:00
Nils Blume
f222dfab66 added returnIp 2023-08-22 14:54:43 +02:00
Nils Blume
a9a72b58f9 added some info 2023-08-22 14:53:42 +02:00
Nils Blume
d2d5361816 added example nginx server block 2023-08-22 14:42:13 +02:00
Nils Blume
9107b3fc84 added return config option to config 2023-08-22 14:24:19 +02:00
Nils Blume
90a62128c0 added return option for client validation 2023-08-22 14:19:35 +02:00
NiiWiiCamo
bd7d5bc672
changed error handling
only throw stack trace if debug=true, otherwise only exit with short status message
2023-08-22 13:22:29 +02:00
NiiWiiCamo
0f13f4669c
added TXT handling 2023-08-22 12:55:35 +02:00
NiiWiiCamo
6ea33dcbf9
added TXT handling 2023-08-22 12:54:07 +02:00
NiiWiiCamo
2ee6550f2c
Fixed .configure.sh
fixed logFile output
2023-08-22 12:47:38 +02:00
NiiWiiCamo
1aa0e9c51a
v1.3
fixed custom logfile location variable, envfile removed log, logfile and debug quotes
2023-08-22 08:59:27 +02:00
NiiWiiCamo
0d40bfd6ec
Update .configure.sh
version 1.2
2023-08-11 13:58:15 +02:00
NiiWiiCamo
36af8865a6
added configuration script
for initial configuration
2023-08-11 12:01:38 +02:00
NiiWiiCamo
cff874a5ea
Update README.md
Added Synology and pfSense configurations
2023-08-11 10:15:25 +02: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