Revert 9299697
FIDO_STRICT to default false. Not all FTNs support sending uplinks from a *C address.
This commit is contained in:
@@ -36,5 +36,5 @@ return [
|
||||
|
||||
// Strict mode enforces what address we present to uplinks, when we carry more than 1 address with different roles
|
||||
// When true, we'll only present a role that is higher than the node we are talking to
|
||||
'strict' => env('FIDO_STRICT',TRUE),
|
||||
'strict' => env('FIDO_STRICT',FALSE),
|
||||
];
|
Reference in New Issue
Block a user