1
0
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:
Jfreegman
2014-12-27 13:12:16 -05:00
parent 9240f62829
commit e55e5f3f7e
4 changed files with 32 additions and 16 deletions

View File

@ -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;
};