Merge pull request #19606 from sndrr/ipv6-trusted-domains

Added IPv6 example
pull/19835/head
Roeland Jago Douma 5 years ago committed by GitHub
commit c9949d119b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/config.sample.php

@ -65,11 +65,15 @@ $CONFIG = array(
* This disallows all other ports on this host
* - use * as a wildcard, e.g. ubos-raspberry-pi*.local will allow
* 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' =>
array (
'demo.example.org',
'otherdomain.example.org',
'10.111.112.113',
'[2001:db8::1]'
),

Loading…
Cancel
Save