Update On Sun Sep 29 20:35:18 CEST 2024

This commit is contained in:
github-action[bot]
2024-09-29 20:35:18 +02:00
parent 5083305566
commit da1c444aef
94 changed files with 10261 additions and 582 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ var clientRunFunc = func(s []string) error {
} else {
hashedPassword = cipher.HashPassword([]byte(user.GetPassword()), []byte(user.GetName()))
}
mux = mux.SetClientPassword(hashedPassword)
mux = mux.SetClientUserNamePassword(user.GetName(), hashedPassword)
mtu := util.DefaultMTU
if activeProfile.GetMtu() != 0 {
mtu = int(activeProfile.GetMtu())