1
0
Fork 0
mirror of https://gitlab.com/pnx-tools/dns-updater.git synced 2026-06-16 05:54:56 +02:00
No description
Find a file
Henrik Hautakoski 9961cec561 ip/resolver/resolver.go: move WAN_IFACE constant to app/app.go
resolver.go is library code and should not define (or care) about what is a "WAN" interface or not.
2023-12-07 20:43:48 +01:00
app ip/resolver/resolver.go: move WAN_IFACE constant to app/app.go 2023-12-07 20:43:48 +01:00
cmd/dnsupdater cmd/dnsupdater/main.go: Adding logging 2023-08-12 20:11:23 +02:00
http Adding http/get.go 2023-12-02 14:35:21 +01:00
ip ip/resolver/resolver.go: move WAN_IFACE constant to app/app.go 2023-12-07 20:43:48 +01:00
provider Initial commit 2023-04-28 16:43:49 +02:00
.gitignore Initial commit 2023-04-28 16:43:49 +02:00
.gitlab-ci.yml Adding .gitlab-ci.yml 2023-08-11 18:41:45 +00:00
config.example.yml Initial commit 2023-04-28 16:43:49 +02:00
go.mod cmd/dnsupdater/main.go: Adding logging 2023-08-12 20:11:23 +02:00
go.sum cmd/dnsupdater/main.go: Adding logging 2023-08-12 20:11:23 +02:00
main Refactor 2023-12-07 19:45:29 +01:00