v0.9.37
- remove extra debugging - fix: could not unregister if multiple users existed - fix: http(s) proxy - add example in user_config.example.json to use public proxy - maybe fix: double reg - add support for "modpacks" to viewergen - first mod is "BackgroundSound" by @Sgeo (and https://github.com/elishacloud/dxwrapper)
This commit is contained in:
@@ -118,7 +118,19 @@
|
||||
"username": "mylocaluser",
|
||||
"password": "mylocalpass"
|
||||
}
|
||||
},
|
||||
// the following uses zefie's public proxy with webone for web surfing and image scaling
|
||||
"services": {
|
||||
"http": {
|
||||
"host": "51.222.164.146",
|
||||
"nobind": true
|
||||
},
|
||||
"https": {
|
||||
"host": "51.222.164.146",
|
||||
"nobind": true
|
||||
}
|
||||
}
|
||||
// end zefie's public proxy
|
||||
},
|
||||
"favorites": {
|
||||
"folder_templates": {
|
||||
|
||||
Reference in New Issue
Block a user