Skip to content

Instantly share code, notes, and snippets.

@onetown
Created June 1, 2021 06:27
Show Gist options
  • Save onetown/4b02471e3879fc6defbfc3591b1650ff to your computer and use it in GitHub Desktop.
Save onetown/4b02471e3879fc6defbfc3591b1650ff to your computer and use it in GitHub Desktop.
split rules
{
"version": "1.0",
"product": "cor",
"update_at": "2021-04-05 10:10:10",
"rules": [
{
"name": "china",
"datapath": 0,
"items": [
"114.114.114.114/255.255.255.255"
]},
{
"name": "google",
"datapath": 1,
"items": ["8.8.8.8/255.255.255.255", "8.8.4.4/255.255.255.255"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment