forked from shaba/openuds
Added guacamole rdp parameter for future suppport
This commit is contained in:
parent
46aa9139a0
commit
c21c0b44ce
@ -319,6 +319,9 @@ def main() -> None:
|
||||
group.add_argument(
|
||||
'-t', '--tunnel', help='Starts the tunnel server', action='store_true'
|
||||
)
|
||||
group.add_argument(
|
||||
'-r', '--rdp', help='RDP Tunnel for traffic accounting'
|
||||
)
|
||||
group.add_argument(
|
||||
'-s',
|
||||
'--stats',
|
||||
@ -335,6 +338,8 @@ def main() -> None:
|
||||
|
||||
if args.tunnel:
|
||||
tunnel_main()
|
||||
elif args.rdp:
|
||||
pass
|
||||
elif args.detailed_stats:
|
||||
curio.run(stats.getServerStats, True)
|
||||
elif args.stats:
|
||||
|
Loading…
Reference in New Issue
Block a user