Skip to content

Commit

Permalink
docs: Update config template
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Nov 9, 2021
1 parent b7e7eda commit ff51a7c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,23 @@ config file template
```json
{
"server": "http://202.194.15.87",
"strict_bind": true,
"strict_bind": false,
"double_stack": false,
"retry_delay": 300,
"retry_times": 10,
"acid": 12,
"os": "Windows",
"name": "Windows 98",
"users": [
{
"username": "user1",
"password": "password1",
"ip": "10.1.2.3"
"username": "",
"password": "",
"ip": ""
},
{
"username": "user2",
"password": "password2",
"if_name": "eth0"
"username": "",
"password": "",
"ip": ""
}
]
}
Expand Down

0 comments on commit ff51a7c

Please sign in to comment.