mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sun Sep 29 20:35:18 CEST 2024
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user