dotfiles/root/etc/opensnitchd/rules/Discord 1 - HTTP+S.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
2021-03-09 20:43:29 +00:00
"created": "2021-03-01T21:42:22.493603279+01:00",
"updated": "2021-03-01T21:42:22.493725964+01:00",
"name": "Discord 1 - HTTP+S",
2021-02-14 11:47:13 +00:00
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"tcp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/discord/Discord\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.port\", \"data\": \"^(80|443)$\", \"sensitive\": false}]",
2021-02-14 11:47:13 +00:00
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "tcp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/opt/discord/Discord",
"list": null
},
{
2021-03-09 20:43:29 +00:00
"type": "regexp",
2021-02-14 11:47:13 +00:00
"operand": "dest.port",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"data": "^(80|443)$",
2021-02-14 11:47:13 +00:00
"list": null
}
]
}
}