Просмотр исходного кода

Enable the AlwaysIncludePSK uTLS config option

Amir Khan 9 месяцев назад
Родитель
Сommit
ed36ba5b42
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      psiphon/tlsDialer.go

+ 1 - 0
psiphon/tlsDialer.go

@@ -364,6 +364,7 @@ func CustomTLSDial(
 		ServerName:             tlsConfigServerName,
 		VerifyPeerCertificate:  tlsConfigVerifyPeerCertificate,
 		OmitEmptyPsk:           true,
+		AlwaysIncludePSK:       true,
 	}
 
 	var randomizedTLSProfileSeed *prng.Seed