Skip to content

Commit

Permalink
Added IPv6 example
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Ruitenbeek <[email protected]>

Fix typos

Signed-off-by: Sander Ruitenbeek <[email protected]>
  • Loading branch information
Sander Ruitenbeek committed Mar 6, 2020
1 parent 6895a23 commit 5741593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,15 @@
* 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]'
),


Expand Down

0 comments on commit 5741593

Please sign in to comment.