18 lines
518 B
JSON
18 lines
518 B
JSON
{
|
|
"created": "2025-04-09T23:17:39-06:00",
|
|
"updated": "2025-04-09T23:17:39-06:00",
|
|
"name": "000-allow-localhost6",
|
|
"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": "::1",
|
|
"type": "simple",
|
|
"list": [],
|
|
"sensitive": false
|
|
},
|
|
"enabled": true,
|
|
"precedence": true,
|
|
"nolog": true
|
|
}
|