4 lines
121 B
PHP
4 lines
121 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'trusted_proxies' => ['10.42.0.0/16'], // 10.42.0.0/16 is the default Rancher managed subnet
|
|
); |