add setting for whether to bind the wifi socket to any address or to loopback only

This commit is contained in:
StapleButter
2017-07-16 00:57:26 +02:00
parent bb963c35a4
commit 08bdef481f
7 changed files with 35 additions and 6 deletions

View File

@ -37,6 +37,8 @@ extern int DirectBoot;
extern int Threaded3D;
extern int SocketBindAnyAddr;
}
#endif // CONFIG_H