diff runopts.h @ 1466:f787f60f8e45

bind to port as well with -b
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jan 2018 00:27:48 +0800
parents f7a53832501d
children 2d450c1056e3
line wrap: on
line diff
--- a/runopts.h	Mon May 01 08:26:15 2017 +0530
+++ b/runopts.h	Fri Jan 26 00:27:48 2018 +0800
@@ -168,6 +168,7 @@
 	char *proxycmd;
 #endif
 	char *bind_address;
+	char *bind_port;
 } cli_runopts;
 
 extern cli_runopts cli_opts;