bind address for connect

This commit is contained in:
Vladimir Goncharov
2024-08-22 15:49:50 +07:00
parent a863c35ce3
commit c793ec8e1c
3 changed files with 51 additions and 8 deletions

View File

@@ -72,6 +72,9 @@ struct params_s
bool tamper_start_n,tamper_cutoff_n;
unsigned int tamper_start,tamper_cutoff;
struct sockaddr_in connect_bind4;
struct sockaddr_in6 connect_bind6;
int debug;
#if defined(BSD)