13 lines
233 B
JSON
13 lines
233 B
JSON
|
{
|
||
|
"description": "allow tinyproxy from WG",
|
||
|
"service": {"tinyproxy": {"proto": "tcp", "port": 8888}},
|
||
|
"filter": [
|
||
|
{
|
||
|
"in": "WG",
|
||
|
"out": "_fw",
|
||
|
"service": ["tinyproxy"],
|
||
|
"action": "accept"
|
||
|
}
|
||
|
]
|
||
|
}
|