[hamradio-commits] [dump1090] 380/389: Change default binding to 0.0.0.0

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit 68f1220ab81cd4cf65e137c81ba20195cd67a902
Author: Malcolm Robb <Support at ATTAvionics.com>
Date:   Wed Oct 29 19:04:25 2014 +0000

    Change default binding to 0.0.0.0
    
    Pull #54 permits changing the default bind address. The default was
    127.0.0.1. This prevents external access unless a command line switch is
    used. Since many users of dump1090 are using dump1090 as remote receiver
    heads for programs such as plane plotter, this is undesirable. If you
    want to lock down your RPi for local use only then use the command line
    switch. If not, retain legacy open mode by binding to 0.0.0.0 by
    default.
---
 dump1090.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dump1090.h b/dump1090.h
index 558264c..c11bda4 100644
--- a/dump1090.h
+++ b/dump1090.h
@@ -37,7 +37,7 @@
 // MinorVer changes when additional features are added, but not for bug fixes (range 00-99)
 // DayDate & Year changes for all changes, including for bug fixes. It represent the release date of the update
 //
-#define MODES_DUMP1090_VERSION     "1.09.0608.14"
+#define MODES_DUMP1090_VERSION     "1.10.2910.14"
 
 // ============================= Include files ==========================
 
@@ -173,7 +173,7 @@
 #define MODES_NET_OUTPUT_SBS_PORT   30003
 #define MODES_NET_INPUT_BEAST_PORT  30004
 #define MODES_NET_OUTPUT_BEAST_PORT 30005
-#define MODES_NET_BIND_ADDRESS      "127.0.0.1"
+#define MODES_NET_BIND_ADDRESS      "0.0.0.0"
 #define MODES_NET_HTTP_PORT          8080
 #define MODES_CLIENT_BUF_SIZE  1024
 #define MODES_NET_SNDBUF_SIZE (1024*64)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list