The unified diff between revisions [7ad1775e..] and [a9b04966..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'options.h'
# # # patch "options.h" # from [c365717890e92696dd8e3f5821531993ec37ff35] # to [e22894088c58add5e03c694af3878550101cf465] # ============================================================ --- options.h c365717890e92696dd8e3f5821531993ec37ff35 +++ options.h e22894088c58add5e03c694af3878550101cf465 @@ -14,6 +14,11 @@ #define DROPBEAR_DEFPORT "22" #endif +#ifndef DROPBEAR_DEFADDRESS +/* Listen on all interfaces */ +#define DROPBEAR_DEFADDRESS "" +#endif + /* Default hostkey paths - these can be specified on the command line */ #ifndef DSS_PRIV_FILENAME #define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key"