https://github.com/2dust/v2rayN/issues/8874
This commit is contained in:
2dust 2026-03-02 20:00:02 +08:00
parent fd7cf0d453
commit 9a3604e89b

View file

@ -231,6 +231,7 @@ public static class ConfigHandler
item.Address = profileItem.Address; item.Address = profileItem.Address;
item.Port = profileItem.Port; item.Port = profileItem.Port;
item.Username = profileItem.Username;
item.Password = profileItem.Password; item.Password = profileItem.Password;
item.Network = profileItem.Network; item.Network = profileItem.Network;