mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 16:42:37 -04:00
Feature request: Allow custom IP resolver on a per domain basis #252
Reference in New Issue
Block a user
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?
Originally created by @Nystik-gh on GitHub (Feb 3, 2023).
Originally assigned to: @qdm12 on GitHub.
I think adding support for per domain IP resolution could be a useful feature.
I have two servers with different external IPs, one is my main server (SERVER_1), one is a low powered device where I want to run as few services as possible (SERVER_2). I currently run DDNS on SERVER_1. Now I need to provide DNS updates for SERVER_2 as well, but I would prefer to only have to maintain one instance/configuration of DDNS, rather than have an instance running on both servers.
My current intention is to forward the service on SERVER_2 over SSH to SERVER_1, and effectively use SERVER_1 as a proxy.
However, in the event that SERVER_1 goes down, I will no longer be able to access SERVER_2. It would be beneficial if DDNS could also update a separate domain with the IP of SERVER_2.
Example of how the config could look for my usecase:
In this case,
http://localhost:3333/ipis a tunneled service from SERVER_2 which will provide the external IP of SERVER_2.