mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
Changed default value for DynamicTarget, fixing install issue on Windows Server 2012
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -400,7 +400,7 @@ function convertOptions(options)
|
||||
verifyValues(options, 'Description');
|
||||
verifyValues(options, 'Direction', ['Inbound', 'Outbound']);
|
||||
verifyValues(options, 'DisplayName');
|
||||
verifyValues(options, 'DynamicTarget', ['Any', 'ProximityApps', 'ProximitySharing', 'WifiDirectPrinting', 'WifiDirectDisplay', 'WifiDirectDevices'], 'Any');
|
||||
verifyValues(options, 'DynamicTarget', ['Any', 'ProximityApps', 'ProximitySharing', 'WifiDirectPrinting', 'WifiDirectDisplay', 'WifiDirectDevices']);
|
||||
verifyValues(options, 'EdgeTraversalPolicy', ['Block', 'Allow', 'DeferToUser', 'DeferToApp']);
|
||||
verifyValues(options, 'Enabled', ['True', 'False'], 'True');
|
||||
verifyValues(options, 'Encryption', ['NotRequired', 'Required', 'Dynamic']);
|
||||
|
||||
Reference in New Issue
Block a user