mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-13 23:15:43 +02:00
multilevel subdomain handling, renamed functions
This commit is contained in:
parent
f222dfab66
commit
c33e712432
3 changed files with 7 additions and 4 deletions
|
@ -36,7 +36,7 @@ final class Payload
|
|||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
*/
|
||||
private $txt;
|
||||
|
||||
/**
|
||||
|
@ -127,7 +127,9 @@ final class Payload
|
|||
* works: nas.tld.de
|
||||
* works: tld.com
|
||||
* failed: nas.tld.co.uk
|
||||
* failed: nas.home.tld.de
|
||||
* failed: nas.home.tld.de ** see new below
|
||||
*
|
||||
* new: for explicit host / domain separation use "&host=nas.home&domain=tld.de" for the last example
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue