Added IPv6 example
Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl> Fix typos Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl>
This commit is contained in:
parent
6895a23517
commit
57415932fd
|
@ -65,11 +65,15 @@ $CONFIG = array(
|
||||||
* This disallows all other ports on this host
|
* This disallows all other ports on this host
|
||||||
* - use * as a wildcard, e.g. ubos-raspberry-pi*.local will allow
|
* - use * as a wildcard, e.g. ubos-raspberry-pi*.local will allow
|
||||||
* ubos-raspberry-pi.local and ubos-raspberry-pi-2.local
|
* ubos-raspberry-pi.local and ubos-raspberry-pi-2.local
|
||||||
|
* - the IP address with or without permitted port, e.g. [2001:db8::1]:8080
|
||||||
|
* Using TLS certificates where commonName=<IP address> is deprecated
|
||||||
*/
|
*/
|
||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
'demo.example.org',
|
'demo.example.org',
|
||||||
'otherdomain.example.org',
|
'otherdomain.example.org',
|
||||||
|
'10.111.112.113',
|
||||||
|
'[2001:db8::1]'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue