A simplified version of DrClient
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"
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>