Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syno:dsm6inst [2022/11/18 00:54] – [DDNS over Namecheap] Bernard Condrausyno:dsm6inst [2022/11/18 00:54] – [DDNS over Namecheap] Bernard Condrau
Line 58: Line 58:
   * Make sure the DDNS update call is allowed by your webserver. For apache, add this to the conf:<code><RequireAny>   * Make sure the DDNS update call is allowed by your webserver. For apache, add this to the conf:<code><RequireAny>
 Require expr "%{QUERY_STRING} =~ /your Namecheap DDNS password/" # allow the DDNS updater to run from the changed ip address Require expr "%{QUERY_STRING} =~ /your Namecheap DDNS password/" # allow the DDNS updater to run from the changed ip address
-Require forward-dns host.domain.tld # allow access from the DDNS domain name after updating the ip address</code>+Require forward-dns host.domain.tld # allow access from the DDNS domain name after updating the ip address 
 +</RequireAny></code>
   * Create a custom DDNS updater in Synology DSM with the following //Query URL//:<code>https://vps.condrau.com/html/ddns-namecheap.php?host=__USERNAME__&domain=__HOSTNAME__&password=__PASSWORD__&ip=__MYIP__</code>   * Create a custom DDNS updater in Synology DSM with the following //Query URL//:<code>https://vps.condrau.com/html/ddns-namecheap.php?host=__USERNAME__&domain=__HOSTNAME__&password=__PASSWORD__&ip=__MYIP__</code>
   * [[https://code-bude.net/2022/02/16/namecheap-com-ddns-in-synology-dsm-einrichten/|Namecheap.com DDNS in Synology DSM einrichten]]   * [[https://code-bude.net/2022/02/16/namecheap-com-ddns-in-synology-dsm-einrichten/|Namecheap.com DDNS in Synology DSM einrichten]]