Singbox Parser

Running on cloudflare worker.

Usage:

request to [hostname]/parse?config=[YOUR_SUBSCRIPTION_LINK_BASE64]&template=[YOUR_CONFIG_LINK_BASE64] to get full config

Feature:

{sub}

{sub} in outbounds to get all subscription nodes

Filter

use filter in an outbound like that
filter: [
{
"action": "include",
"regex": [
[YOUR_REGEX]
]
},
"action": "exclude",
"regex": [
[YOUR_REGEX]
]
}
]