This website requires JavaScript.
Explore
Help
Sign in
preisi
/
dyndns-server
Watch
1
Star
0
Fork
You've already forked dyndns-server
0
Code
Issues
Pull requests
Projects
Releases
1
Wiki
Activity
No description
19
commits
1
branch
1
tag
64
KiB
Go
100%
204d5eacf6
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Thomas Preisner
204d5eacf6
All checks were successful
continuous-integration/drone/push
Build is passing
Details
continuous-integration/drone
Build is passing
Details
nameserver.go: use custom resolver to avoid update delays caused by dns caching
2021-09-12 02:08:53 +02:00
.drone.yml
use drone-ci instead of gitlab-ci and add release
2021-09-11 22:14:28 +02:00
config.example.toml
restructure config to allow user credentials to update multiple records
2021-09-10 11:11:56 +02:00
config.go
config.go: iterate slices via indices to get pointers instead of copies
2021-09-11 22:14:39 +02:00
config_test.go
add various tests for prepareConfig and update go dependencies
2021-09-11 22:14:39 +02:00
go.mod
add various tests for prepareConfig and update go dependencies
2021-09-11 22:14:39 +02:00
go.sum
add various tests for prepareConfig and update go dependencies
2021-09-11 22:14:39 +02:00
main.go
rewrite most code; removes database to solely rely on config file
2021-07-13 13:36:37 +02:00
nameserver.go
nameserver.go: use custom resolver to avoid update delays caused by dns caching
2021-09-12 02:08:53 +02:00
web.go
nameserver.go: use custom resolver to avoid update delays caused by dns caching
2021-09-12 02:08:53 +02:00
web_test.go
add various tests for web.go
2021-09-12 01:19:51 +02:00