new: custom cmds (#313)

This commit is contained in:
lollipopkit
2024-03-24 23:03:39 -06:00
parent 96866565c4
commit b6a797c993
32 changed files with 260 additions and 146 deletions

View File

@@ -122,7 +122,8 @@ class ServerPrivateInfo {
pwd != old.pwd ||
keyId != old.keyId ||
alterUrl != old.alterUrl ||
jumpId != old.jumpId;
jumpId != old.jumpId ||
custom?.cmds != old.custom?.cmds;
}
_IpPort fromStringUrl() {