Both sides previous revisionPrevious revisionNext revision | Previous revision |
module:dyndns [2019/05/09 02:43] – two word title digital man | module:dyndns [2024/08/04 17:39] (current) – [modopts.ini] add 'password' key (optional) digital man |
---|
===== 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]] |
The following options/keys are supported: | The following options/keys are supported: |
| |
* ''mx=//<hostname>//'' | ^ Key ^ Record ^ Description ^ |
* ''ip=//<ip_address>//'' | | ''mx'' | MX | Mail Exchange record (hostname) | |
* ''ip6=//<ipv6_address>//'' | | ''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" | |
| | ''password'' | N/A | Over-ride the password (first argument) specified on command-line | |
===== See Also ===== | ===== See Also ===== |
* [[:module:|Modules]] | * [[:module:|Modules]] |
| |