diff --git a/template_config_client.jsonc b/template_config_client.jsonc index dee5af4..d9f1f24 100644 --- a/template_config_client.jsonc +++ b/template_config_client.jsonc @@ -54,7 +54,8 @@ "destOverride": [ "http", "tls" - ] + ], + "routeOnly": true }, // settings of inbound "protocol" (see above) "settings": { @@ -75,7 +76,7 @@ "http", "tls" ], - "routeOnly": false + "routeOnly": true }, // settings of inbound "protocol" (see above) "settings": { diff --git a/template_config_server.jsonc b/template_config_server.jsonc index d186e4f..8fb66be 100644 --- a/template_config_server.jsonc +++ b/template_config_server.jsonc @@ -158,7 +158,8 @@ "destOverride": [ "http", "tls" - ] + ], + "routeOnly": true } }, // extra inbound; its main purpose is to get fallback to "dest" at port 80. Many regular websites @@ -216,7 +217,8 @@ "destOverride": [ "http", "tls" - ] + ], + "routeOnly": true } } ],