mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +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() {
|
QString genTunName() {
|
||||||
auto tun_name = "throne-tun";
|
auto tun_name = "throne-tun";
|
||||||
#ifdef Q_OS_MACOS
|
#ifdef Q_OS_MACOS
|
||||||
tun_name = "utun9";
|
tun_name = "";
|
||||||
#endif
|
#endif
|
||||||
return tun_name;
|
return tun_name;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user