diff --git a/config_template/oterea-config-template.json b/config_template/oterea-config-template.json index 7dbe9fd77..babd8ac2d 100644 --- a/config_template/oterea-config-template.json +++ b/config_template/oterea-config-template.json @@ -171,7 +171,7 @@ "geoip-netflix", "geosite-netflix" ], - "outbound": "proxy" + "outbound": "Netflix" }, { "rule_set": @@ -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": [ { @@ -470,6 +481,16 @@ ], "default": "America" }, + { + "tag": "Netflix", + "type": "urltest", + "outbounds": + [ + "Australia", + "Singapore", + "Japan" + ] + }, { "tag": "Australia", "type": "urltest",