1
0
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:
jfreegman
2020-08-10 21:56:45 -04:00
parent f012007cc4
commit a7466c3142
2 changed files with 11 additions and 2 deletions

View File

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