From 2df380ded6453127b6cc2eb3ca8b0b13f4bab0ff Mon Sep 17 00:00:00 2001 From: KoriIku <86508666+KoriIku@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:11:25 +0800 Subject: [PATCH] Add the address field for warp. #1385 In some cases, the outbound configuration for wireguard requires the addition of the 'address' field in order to establish a proper connection. It should be noted that the absence of the 'address' field configuration results in the inability to establish connections via domain names, only IP addresses can be used for connections. --- docs/document/level-2/warp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/document/level-2/warp.md b/docs/document/level-2/warp.md index df6884c11..e26bba1bf 100644 --- a/docs/document/level-2/warp.md +++ b/docs/document/level-2/warp.md @@ -42,6 +42,10 @@ Endpoint = engage.cloudflareclient.com:2408 "protocol": "wireguard", "settings": { "secretKey": "我的私钥", + "address": [ + "172.16.0.2/32", + "2606:4700:110:8949:fed8:2642:a640:c8e1/128" + ], "peers": [ { "publicKey": "Warp公钥",