consistent template logic

This commit is contained in:
mercury
2024-11-27 16:52:30 +04:00
parent 8ad00bc47a
commit cdc20adccd
2 changed files with 14 additions and 44 deletions
+4 -8
View File
@@ -123,7 +123,7 @@
]
}
],
"outbound": "~domains_outbound~"
"outbound": "~outbound~"
},
{
"addruleset": true,
@@ -138,7 +138,7 @@
]
}
],
"outbound": "~app_outbound~"
"outbound": "~outbound~"
},
{
"addruleset": true,
@@ -153,7 +153,7 @@
]
}
],
"outbound": "~process_outbound~"
"outbound": "~outbound~"
},
{
"addruleset": true,
@@ -184,12 +184,8 @@
}
],
"outbound": "~outbound~"
},
{
"addruleset": true,
"outbound": "direct"
}
],
"final": "~final_outbound~"
"final": "direct"
}
}