config/Gateway/settings.json
{
"name": "Gateway", "windowsFeature": [ "RemoteAccess" ], "requiredModules": [], "properties": { "commonPaths": { "rasGatewayTraces": "C:\\Windows\\Tracing" }, "eventLogProviders": [ "Application", "Microsoft-Windows-RasAgileVpn*", "Microsoft-Windows-RemoteAccess*", "Microsoft-Windows-VPN*", "System" ], "regKeyPaths": [ "HKLM:\\Software\\Microsoft\\NetworkController", "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\NcHostAgent" ], "services": [ { "name": "RemoteAccess", "properties": { "displayName": "Routing and Remote Access" } } ], "etwTraceProviders": [ { "name": "ike", "isOptional": "false", "providers":[ "{106b464d-8043-46b1-8cb8-e92a0cd7a560}" ], "level": "4", "keywords": "0xFFFFFFFFFFFFFFFF" }, { "name": "rasgateway", "isOptional": "false", "providers":[ "{EB171376-3B90-4169-BD76-2FB821C4F6FB}", "{24989972-0967-4E21-A926-93854033638E}", "{F3F35A3B-6D33-4C32-BC81-21513D8BD708}", "{58ac8283-c536-5244-63c2-eb41247e4a10}", "{2E67FCF3-C48E-4B2D-A689-A91D07EDB910}", "{9FD2B528-8D3D-42D0-8FDF-5B1998004278}" ], "level": "4", "keywords": "0xFFFFFFFFFFFFFFFF" } ] } } |