diff --git a/app-policies/tools/com.zeitech.remote.json b/app-policies/tools/com.zeitech.remote.json new file mode 100644 index 0000000..443f9a5 --- /dev/null +++ b/app-policies/tools/com.zeitech.remote.json @@ -0,0 +1,15 @@ +{ + "type": "Fixed", + "packageName": "com.zeitech.remote", + "category": "TOOLS", + "networkPolicy": { + "mode": "WHITELIST", + "spec": { + "type": "HostList", + "hosts": [ + "r.zeitech.co.il" + ] + } + }, + "minimumVersionCode": 0 +}