Skip to content

Commit

Permalink
update readme with link to proxy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Hofer committed Mar 11, 2022
1 parent 406f007 commit e0eedc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For general questions or feedback use the [forum thread on howtoforge](https://w
- Integrated into your ISPConfig 3 DNS menu
- Allows clients, resellers and admins to create ddns tokens
- Updates can be performed with simple GET requests using these tokens
- Updates can be performed using DynDns1 and DynDns2 protocols
- Tokens can be restricted to individual DNS zones, DNS records and records types (A/AAAA)
- Allows updating A (IPv4) and AAAA (IPv6) records
- The update script shares the same authentication rate-limiting / blocking method from base ISPConfig
Expand Down Expand Up @@ -64,4 +65,6 @@ rm -rf /usr/local/ispconfig/interface/web/nic
- DynDns1 and DynDns2 protocols, for example with [ddclient](https://github.com/ddclient/ddclient)
- FRITZ!Box (tm) (may support :8080 and other ports in a future update)
- maybe others
- Workaround: if you don't want to change the ISPConfig port for some reason, you can set up a proxy domain
[as described in the wiki](https://github.com/mhofer117/ispconfig-ddns-module/wiki/Setup-Proxy-Domain)
- May not work correctly or require extra steps in a multi-server setup (feedback is welcome)
3 changes: 2 additions & 1 deletion update.config.local-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
// the proxy host should be running on port 443 with https
'PROXY_HOST' => 'ddns.company.com',
// generate a long, unique key. must be set when behind reverse proxy
'TRUSTED_PROXY_KEY' => 'a-very-long-and-random-key'
'TRUSTED_PROXY_KEY' => 'a-very-long-and-random-key',
'TRUSTED_PROXY_IP' => '127.0.0.1'
);

0 comments on commit e0eedc9

Please sign in to comment.