mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-17 05:53:50 +02:00
Add support for splitting the username from the domain to enable smaller tokens
This commit is contained in:
parent
2628ba11d0
commit
c6cfdc4dd4
4 changed files with 22 additions and 12 deletions
1
main.go
1
main.go
|
@ -76,6 +76,7 @@ func main() {
|
|||
UsernameTemplate: conf.Client.UsernameTemplate,
|
||||
BandwidthAutoDetect: conf.Client.BandwidthAutoDetect,
|
||||
ConnectionType: conf.Client.ConnectionType,
|
||||
SplitUserDomain: conf.Client.SplitUserDomain,
|
||||
}
|
||||
api.NewApi()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue