mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
Add option to enable acting as TCP relay server
This commit is contained in:
@ -97,6 +97,8 @@ struct arg_opts {
|
||||
char proxy_address[256];
|
||||
uint8_t proxy_type;
|
||||
uint16_t proxy_port;
|
||||
|
||||
uint16_t tcp_port;
|
||||
};
|
||||
|
||||
typedef struct ToxWindow ToxWindow;
|
||||
|
Reference in New Issue
Block a user