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

@ -76,6 +76,7 @@ func main() {
UsernameTemplate: conf.Client.UsernameTemplate,
BandwidthAutoDetect: conf.Client.BandwidthAutoDetect,
ConnectionType: conf.Client.ConnectionType,
SplitUserDomain: conf.Client.SplitUserDomain,
}
api.NewApi()