Skip to content

A reverse proxy for RDP protocol by using routing token

License

Notifications You must be signed in to change notification settings

USTC-vlab/rdpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdpproxy

A reverse proxy for RDP protocol by using routing token

Configuration

Command:

XKB_CONFIG_ROOT=./vendor/xkb ./rdpproxy config.json

config.json example:

{
    "port": 3389,
    "api": "http://127.0.0.1:8080/api"
}

Example API payload:

{"token":"example_token"}

Example server response:

{
    "status": "ok",
    "ip": "192.0.2.0",
    "port": 3389,
    "username": "unused, optional"
}

About

A reverse proxy for RDP protocol by using routing token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published