Skip to content

Commit

Permalink
Update oterea-config-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Oterea committed Apr 18, 2024
1 parent bdb48b2 commit 3b92d4d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion config_template/oterea-config-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"geoip-netflix",
"geosite-netflix"
],
"outbound": "proxy"
"outbound": "Netflix"
},
{
"rule_set":
Expand Down Expand Up @@ -436,6 +436,17 @@
}
]
},
"experimental":
{
"clash_api":
{
"external_controller": "127.0.0.1:9090",
"external_ui": "ui",
"external_ui_download_url": "https://github.com/MetaCubeX/Yacd-meta/archive/gh-pages.zip",
"external_ui_download_detour": "proxy",
"default_mode": "rule"
}
},
"outbounds":
[
{
Expand Down Expand Up @@ -470,6 +481,16 @@
],
"default": "America"
},
{
"tag": "Netflix",
"type": "urltest",
"outbounds":
[
"Australia",
"Singapore",
"Japan"
]
},
{
"tag": "Australia",
"type": "urltest",
Expand Down

0 comments on commit 3b92d4d

Please sign in to comment.