forked from Silverfish/proton-bridge
feat: switch to proxy when need be
This commit is contained in:
@ -27,7 +27,7 @@ import (
|
||||
func init() {
|
||||
// Use port above 1000 which doesn't need root access to start anything on it.
|
||||
// Now the port is rounded pi. :-)
|
||||
RootURL = "http://127.0.0.1:3142/api"
|
||||
RootURL = "127.0.0.1:3142/api"
|
||||
|
||||
// TLS certificate is self-signed
|
||||
defaultTransport = &http.Transport{
|
||||
|
||||
Reference in New Issue
Block a user