diff runopts.h @ 1467:7279a633cc50

Merge branch 'houseofkodai-cli_bind_address_connect'
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jan 2018 00:32:39 +0800
parents f787f60f8e45
children 2d450c1056e3
line wrap: on
line diff
--- a/runopts.h	Thu Jan 25 19:51:41 2018 +0530
+++ b/runopts.h	Fri Jan 26 00:32:39 2018 +0800
@@ -167,6 +167,8 @@
 #if DROPBEAR_CLI_PROXYCMD
 	char *proxycmd;
 #endif
+	char *bind_address;
+	char *bind_port;
 } cli_runopts;
 
 extern cli_runopts cli_opts;