Pulled in latest version of libraries, added Socks5 config

This commit is contained in:
2018-11-15 17:19:15 -05:00
parent aba7382113
commit 1fac8757d0
7 changed files with 76 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ func GenerateClientConfigFile(config FullClientSettings, authString string) {
`
}
if config.UseProxy {
if config.UseReverseProxy {
clientFile = `
ClientAuthString = "` + authString + `"
` + webUIAuth + `