From a8d3d1472f15f349f76db5e467a030ad3018429e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 2 Dec 2021 14:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Note/JsonRpc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Note/JsonRpc.php b/src/Note/JsonRpc.php index 9697ba8..74a9722 100644 --- a/src/Note/JsonRpc.php +++ b/src/Note/JsonRpc.php @@ -52,8 +52,7 @@ use ReflectionException; return [ "ID" => "rpc.json.{$this->service}." . $this->uniqueId, "Name" => $this->service, - "Address" => Network::local(), - "EnableTagOverride" => true, + "EnableTagOverride" => false, "TaggedAddresses" => [ "lan" => [ "address" => "127.0.0.1", @@ -65,6 +64,7 @@ use ReflectionException; ] ], "Meta" => $this->meta, + "Address" => Network::local(), "Port" => $rpcPort, "Check" => [ "CheckId" => "service:rpc.json.{$this->service}." . $this->uniqueId,