mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix: v2ray socks server udp mapping
This commit is contained in:
@@ -102,6 +102,9 @@ void EditCustom::onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) {
|
||||
auto tmpEnt = NekoRay::ProfileManager::NewProxyEntity("custom");
|
||||
auto bean = tmpEnt->CustomBean();
|
||||
SAVE_CUSTOM_BEAN
|
||||
// 补充
|
||||
bean->serverAddress = get_edit_text_serverAddress();
|
||||
bean->serverPort = get_edit_text_serverPort().toInt();
|
||||
if (bean->core.isEmpty()) return;
|
||||
//
|
||||
auto result = NekoRay::BuildConfig(tmpEnt, false, false);
|
||||
|
||||
Reference in New Issue
Block a user