mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-12-18 15:35:58 +00:00
Update api.go
This commit is contained in:
parent
f2b44c6050
commit
07949db7d5
@ -35,7 +35,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine
|
|||||||
}))
|
}))
|
||||||
|
|
||||||
if config.Conf.Proxy != "" {
|
if config.Conf.Proxy != "" {
|
||||||
proxy.WithTlsConfig(&tls.Config{ InsecureSkipVerify: false,})
|
proxy.WithTlsConfig(&tls.Config{ InsecureSkipVerify: true,})
|
||||||
app.Use(proxy.Balancer(proxy.Config{ Servers: []string{ config.Conf.Proxy, } , }))
|
app.Use(proxy.Balancer(proxy.Config{ Servers: []string{ config.Conf.Proxy, } , }))
|
||||||
log.Printf("Using proxy: %s", config.Conf.Proxy)
|
log.Printf("Using proxy: %s", config.Conf.Proxy)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user