Skip to content

Garen-Wang/drcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drcon

A simplified version of DrClient

Usage

Create Your Own user-config.toml

Create user-config.toml in root directory with your own info like the following:

username = "1234567890"
password = "123456"
hostname = "Dell-PC"
auth_ip = "114.114.114.114"

Run Executable

If the network is connecting or connected, please send logoff at the beginning:

$ cargo run -- --iface <IFACE> --logoff

Then start the main program:

$ cargo run -- --iface <IFACE> 

About

simplified version of drcom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages