From 56c0c8fac7753b09b9603861e665443bbc16698f Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 14 Dec 2022 09:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'REAME.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- REAME.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/REAME.md b/REAME.md index 5090def..079b438 100644 --- a/REAME.md +++ b/REAME.md @@ -3,6 +3,11 @@ ## dump 测试 +网络服务器功能 +通过使用 --net Dump1090 启用网络支持,开始侦听端口 30002 和 30001 上的客户端连接(如果需要,您可以更改这两个端口,请参阅 --help 输出)。 + + + dump1090 can be started automatically via an init-script. Otherwise, the init-script does nothing; you must run dump1090 by hand. You can modify the options used when automatically starting dump1090 by running "dpkg-reconfigure dump1090-mutability" as root, or by editing @@ -10,6 +15,13 @@ You can modify the options used when automatically starting dump1090 by running ``` /etc/default/dump1090-mutability +NET_BIND_ADDRESS="0.0.0.0" +EXTRA_ARGS="" + + + +/etc/dump1090-mutability/config.js + ``` ```