From 515326cf4221e92a8a3bd25c48f32ac2d9a4b416 Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:56:15 +0330 Subject: [PATCH] rename "domainStrategy" to "targetStrategy" --- docs/en/config/outbounds/freedom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/config/outbounds/freedom.md b/docs/en/config/outbounds/freedom.md index 6959317..a4e3e0f 100644 --- a/docs/en/config/outbounds/freedom.md +++ b/docs/en/config/outbounds/freedom.md @@ -6,7 +6,7 @@ Freedom is an outbound protocol that can be used to send (normal) TCP or UDP dat ```json { - "domainStrategy": "AsIs", + "targetStrategy": "AsIs", "redirect": "127.0.0.1:3366", "userLevel": 0, "fragment": { @@ -39,7 +39,7 @@ Freedom is an outbound protocol that can be used to send (normal) TCP or UDP dat } ``` -> `domainStrategy`: "AsIs" +> `targetStrategy`: "AsIs" > "UseIP" | "UseIPv6v4" | "UseIPv6" | "UseIPv4v6" | "UseIPv4" > "ForceIP" | "ForceIPv6v4" | "ForceIPv6" | "ForceIPv4v6" | "ForceIPv4"