Add support for splitting the username from the domain to enable smaller tokens

This commit is contained in:
Bolke de Bruin 2020-08-31 21:07:58 +02:00
parent 2628ba11d0
commit c6cfdc4dd4
4 changed files with 22 additions and 12 deletions

View file

@ -57,6 +57,7 @@ type ClientConfig struct {
BandwidthAutoDetect int
ConnectionType int
UsernameTemplate string
SplitUserDomain bool
}
func init() {