mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #23] [MERGED] Dyndns service #255
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/23
Author: @lts-rad
Created: 5/11/2022
Status: ✅ Merged
Merged: 5/11/2022
Merged by: @lts-rad
Base:
react-native← Head:dyndns_service📝 Commits (10+)
0feaac3[wireguard] Add mutex to APIs5c0fa05[dyndns] Add dyndns plugin147a2c8[dyndns] godns wants a .json extension for the configuration, always6f89a1f[dyndns] Add parameter validation4021240Update docker-image.ymlec91786[dyndns] Update networking setup and minor fixes5986853Merge branch 'dyndns_service' of ssh://github.com/spr-networks/super into dyndns_servicee821ee7[build] Add dyndns plugin as a default8cb8ea8[dyndns] Read the configuration for the update interval6f33b86[dyndns] Read the configuration for the update interval📊 Changes
10 files changed (+311 additions, -2 deletions)
View changed files
📝
.github/workflows/docker-image.yml(+1 -1)📝
base/template_configs/base/api.json(+6 -0)📝
docker-compose-prebuilt.yml(+11 -0)📝
docker-compose.yml(+12 -0)➕
dyndns/Dockerfile(+25 -0)➕
dyndns/code/dyndns_plugin.go(+228 -0)➕
dyndns/code/go.mod(+5 -0)➕
dyndns/code/go.sum(+2 -0)📝
pull_containers.sh(+1 -1)📝
wireguard/code/wireguard_plugin.go(+20 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.