mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 06:06:45 +02:00
add HTTP proxy support
This commit is contained in:
@ -94,7 +94,7 @@ struct arg_opts {
|
||||
char config_path[MAX_STR_SIZE];
|
||||
char nodes_path[MAX_STR_SIZE];
|
||||
|
||||
int use_proxy;
|
||||
uint8_t proxy_type;
|
||||
char proxy_address[256];
|
||||
uint16_t proxy_port;
|
||||
};
|
||||
|
Reference in New Issue
Block a user