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