mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:46:44 +02:00
Add option to disable LAN
This commit is contained in:
@ -83,6 +83,7 @@ struct av_thread {
|
||||
struct arg_opts {
|
||||
bool use_ipv4;
|
||||
bool force_tcp;
|
||||
bool disable_local_discovery;
|
||||
bool debug;
|
||||
bool default_locale;
|
||||
bool use_custom_data;
|
||||
|
Reference in New Issue
Block a user