Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:dyndns [2018/07/03 18:01] – [Options] Document the new -ip6 option digital manmodule:dyndns [2020/08/23 15:08] (current) – Change links from viewcvs/cvsweb to gitlab. digital man
Line 1: Line 1:
-====== DynDNS ======+====== Dynamic DNS ======
  
-This module is used in combination with the Synchronet Dynamic Domain Name System (DynDNS) Service hosted on [[bbs:Vertrauen]] to provide free ''.synchro.net'' hostnames to Synchronet sysops.+The Synchronet Dynamic DNS module is used in combination with the Synchronet Dynamic Domain Name System (DynDNS) Service hosted on [[bbs:Vertrauen]] to provide free ''.synchro.net'' hostnames to Synchronet sysops.
  
 ===== yourbbs.synchro.net ===== ===== yourbbs.synchro.net =====
Line 11: Line 11:
 ===== Directions ===== ===== Directions =====
  
-1. If you don't already have the ''[[dir:exec]]/dyndns.js'' file, download [[http://cvs.synchro.net/cgi-bin/cvsweb.cgi/~checkout~/exec/dyndns.js|the file]] into your Synchronet ''[[dir:exec]]'' directory.+1. If you don't already have the ''[[dir:exec]]/dyndns.js'' file, download [[https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/exec/dyndns.js|the file]] into your Synchronet ''[[dir:exec]]'' directory.
        
 2. If you haven't already, create a QWK networking account on [[bbs:Vertrauen]] 2. If you haven't already, create a QWK networking account on [[bbs:Vertrauen]]
Line 86: Line 86:
 address by default. address by default.
  
 +==== modopts.ini ====
 +
 +Due to command-line length limits (63 characters), you may want to move one or more of the longer command-line options to the ''[dyndns]'' section of your ''[[dir:ctrl]]/[[config:modopts.ini]]'' file.
 +
 +The following options/keys are supported:
 +
 +^   Key       ^ Record ^ Description ^
 +| ''mx''      | MX     | Mail Exchange record (hostname)   |
 +| ''ip''      | A      | IP version 4 address (e.g. 172.217.4.174) |
 +| ''ip6''     | AAAA   | IP version 6 address (e.g. 2607:f8b0:4007:801::200e) |
 +| ''txt''     | TXT    | Text (default: BBS name) |
 +| ''loc''     | LOC    | Location coordinates (see [[http://dnsloc.net/]] for details) |
 +| ''wildcard'' | CNAME  | When set to ''true'', will create a wildcard record for "*.yourbbs.synchro.net" |
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]