pojntfx / weron

Overlay networks based on WebRTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for connecting to signaling server with HTTP_PROXY

chitvan1988 opened this issue · comments

Please suggest about the Support for HTTP_PROXY for linux client behind corporate proxy ( may be squid) and also how to use third party webrtc stun server like that of metered.ca(openRelay) ?

Any Advise/Help please ?

Any advise/help please?

Please suggest about the Support for HTTP_PROXY for linux client behind corporate proxy ( may be squid) and also how to use third party webrtc stun server like that of metered.ca(openRelay) ?

For the 3rd party stun server question,
According to https://github.com/pojntfx/weron?tab=readme-ov-file#layer-3-ip-overlay-networks

It seems you can just add --raddr string Remote address (default "wss://weron.up.railway.app/")
to the weron vpn ip command.

Currently weron does not have support for HTTP proxies, but I'm definitely open to adding this option in the future.