mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
do not specify tun name on mac
This commit is contained in:
parent
66e9cfa20b
commit
8306df9fc6
@ -14,7 +14,7 @@ namespace Configs {
|
||||
QString genTunName() {
|
||||
auto tun_name = "throne-tun";
|
||||
#ifdef Q_OS_MACOS
|
||||
tun_name = "utun9";
|
||||
tun_name = "";
|
||||
#endif
|
||||
return tun_name;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user