BastionGuard/thirdparty/bastionguard-secure-connection/daemon/data/rules/000-allow-localhost.json
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

18 lines
523 B
JSON

{
"created": "2025-04-09T23:21:35-06:00",
"updated": "2025-04-09T23:21:35-06:00",
"name": "000-allow-localhost",
"description": "Allow connections to localhost. More information:\n\nhttps://github.com/evilsocket/bastionguard-secure-connection/wiki/Rules#localhost-connections",
"action": "allow",
"duration": "always",
"operator": {
"operand": "dest.ip",
"data": "127.0.0.1",
"type": "simple",
"list": [],
"sensitive": false
},
"enabled": true,
"precedence": true,
"nolog": true
}