mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
daemon: Don't use a proxy for the connections.
This commit is contained in:
parent
05c8f22b58
commit
6a9a75d3f7
@ -258,7 +258,8 @@ class ProxyDaemon:
|
||||
|
||||
async def init():
|
||||
"""Initialize the proxy and the http server."""
|
||||
proxy = ProxyDaemon(HOMESERVER, proxy="http://localhost:8080", ssl=False)
|
||||
# proxy = ProxyDaemon(HOMESERVER, proxy="http://localhost:8080", ssl=False)
|
||||
proxy = ProxyDaemon(HOMESERVER)
|
||||
app = web.Application()
|
||||
app.add_routes([
|
||||
web.post("/_matrix/client/r0/login", proxy.login),
|
||||
|
Loading…
Reference in New Issue
Block a user