ansible/roles/tinyproxy/files/awall/tinyproxy.json

13 lines
233 B
JSON
Raw Normal View History

2022-08-31 18:30:53 +02:00
{
"description": "allow tinyproxy from WG",
"service": {"tinyproxy": {"proto": "tcp", "port": 8888}},
"filter": [
{
"in": "WG",
"out": "_fw",
"service": ["tinyproxy"],
"action": "accept"
}
]
}