dotfiles/root/etc/opensnitchd/rules/3 - Resolver: Systemd Resolved (Unicast DNS).json

31 lines
918 B
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
2021-03-26 14:12:08 +00:00
"created": "2021-03-26T14:36:45.353178364+01:00",
"updated": "2021-03-26T14:36:45.353306158+01:00",
"name": "3 - Resolver: Systemd Resolved (Unicast DNS)",
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-26 14:12:08 +00:00
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/lib/systemd/systemd-resolved\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"53\", \"sensitive\": false}]",
2021-02-14 11:47:13 +00:00
"list": [
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
2021-03-26 14:12:08 +00:00
"data": "/usr/lib/systemd/systemd-resolved",
2021-02-14 11:47:13 +00:00
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
2021-03-26 14:12:08 +00:00
"data": "53",
2021-02-14 11:47:13 +00:00
"list": null
}
]
}
}