nginx-proxy-manager/backend/lib
Varun Gupta 5586709d03 Initial pass at DDNS support for client addresses
This is a first pass attempt at adding support for using ddns (really any resolvable domain name) as the address in access list clients.

This helps make it possible to restrict access to hosts using a dynamic public IP (e.g. allow access to a proxied host from your local network only via ddns address).

Current approach is hacky since it was developed by manually replacing files in an existing npm docker container. Future commits will integrate this better and avoid needing to patch/intercept existing APIs.

See associated PR for more details.
2024-04-28 17:58:58 -07:00
..
access v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
ddns_resolver Initial pass at DDNS support for client addresses 2024-04-28 17:58:58 -07:00
express Support ipv6 address as a origin header, hopefully fixes #149 2020-04-14 13:01:13 +10:00
validator Refactor configuration 2023-03-21 16:53:39 +10:00
access.js - Updated objection, knex, liquidjs, signale and sqlite3 packages 2023-03-17 14:18:51 +10:00
certbot.js Fix startup hang due to unresolved promise 2024-01-21 20:48:53 +10:00
config.js Fix logical error with keys and mysql config 2023-03-21 17:59:27 +10:00
error.js Refactor certbot plugins install 2024-01-18 12:26:55 +10:00
helpers.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
migrate_template.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
utils.js Refactor certbot plugins install 2024-01-18 12:26:55 +10:00