[PR #23] [MERGED] Dyndns service #255

Closed
opened 2026-03-04 01:35:56 +03:00 by kerem · 0 comments
Owner

📋 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-nativeHead: dyndns_service


📝 Commits (10+)

  • 0feaac3 [wireguard] Add mutex to APIs
  • 5c0fa05 [dyndns] Add dyndns plugin
  • 147a2c8 [dyndns] godns wants a .json extension for the configuration, always
  • 6f89a1f [dyndns] Add parameter validation
  • 4021240 Update docker-image.yml
  • ec91786 [dyndns] Update networking setup and minor fixes
  • 5986853 Merge branch 'dyndns_service' of ssh://github.com/spr-networks/super into dyndns_service
  • e821ee7 [build] Add dyndns plugin as a default
  • 8cb8ea8 [dyndns] Read the configuration for the update interval
  • 6f33b86 [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.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/23 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 5/11/2022 **Status:** ✅ Merged **Merged:** 5/11/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `react-native` ← **Head:** `dyndns_service` --- ### 📝 Commits (10+) - [`0feaac3`](https://github.com/spr-networks/super/commit/0feaac396580a9853219a19e52f00e428b3239fa) [wireguard] Add mutex to APIs - [`5c0fa05`](https://github.com/spr-networks/super/commit/5c0fa056267a92bd3fad8df2f3ffaf1bec231ef8) [dyndns] Add dyndns plugin - [`147a2c8`](https://github.com/spr-networks/super/commit/147a2c8dc78535351cbd67bc698527da367561a0) [dyndns] godns wants a .json extension for the configuration, always - [`6f89a1f`](https://github.com/spr-networks/super/commit/6f89a1f7e886539acb8172771d216ee9ff49fe55) [dyndns] Add parameter validation - [`4021240`](https://github.com/spr-networks/super/commit/402124003c20f03293221cd798e15ba82f49d36d) Update docker-image.yml - [`ec91786`](https://github.com/spr-networks/super/commit/ec91786dc5f5acace8aec8c41f649ce98994de46) [dyndns] Update networking setup and minor fixes - [`5986853`](https://github.com/spr-networks/super/commit/59868539c0f3dc44fb77ecd6d2209bd447d9d1c6) Merge branch 'dyndns_service' of ssh://github.com/spr-networks/super into dyndns_service - [`e821ee7`](https://github.com/spr-networks/super/commit/e821ee736e8552c9d6fd55c543684f566f9b731a) [build] Add dyndns plugin as a default - [`8cb8ea8`](https://github.com/spr-networks/super/commit/8cb8ea81aa1b75bbfbb0faaec276fa9b1bd44075) [dyndns] Read the configuration for the update interval - [`6f33b86`](https://github.com/spr-networks/super/commit/6f33b86b3f324f8dc59bc61240b891cc36a51553) [dyndns] Read the configuration for the update interval ### 📊 Changes **10 files changed** (+311 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:35:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#255
No description provided.