Skip to content

Commit

Permalink
update readme to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aki237 committed Jun 2, 2016
1 parent 9a5037c commit fe2ef3c
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,45 @@ following ...

```Json
{
"listenaddress":"[local_listen_address]:[port]",
"remoteproxyaddress":"[remote_proxy_address]:[remote_proxy_port]",
"username":"[remote_proxy_username]",
"password":"[remote_proxy_password]",
"verbose":[true or false without quotes]
"listenaddress":":9999",
"remoteproxyaddress":"<listenaddress>:<port>",
"Creds":[
{
"username":"<username1>",
"password":"<password1>",
},
{
"username":"<username2>",
"password":"<password2>",
},
{
"username":"<username3>",
"password":"<password3>",
}
],
"verbose":true
}
```

### Example
```Json
{
"listenaddress":"127.0.0.1:9999",
"remoteproxyaddress":"10.8.8.90:80",
"username":"alanthick",
"password":"canadian",
"listenaddress":":9999",
"remoteproxyaddress":"134.8.9.13:80",
"Creds":[
{
"username":"alanthicke",
"password":"ohcanada",
},
{
"username":"brobibs",
"password":"milliondollaridea",
},
{
"username":"awesomium",
"password":"elementbybarney",
}
],
"verbose":true
}
```

0 comments on commit fe2ef3c

Please sign in to comment.