pojntfx / weron

Overlay networks based on WebRTC.
GNU Affero General Public License v3.0
1.81k stars 58 forks source link

Support for connecting to signaling server with HTTP_PROXY #21

Open chitvan1988 opened 10 months ago

chitvan1988 commented 10 months ago

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) ?

chitvan1988 commented 10 months ago

Any Advise/Help please ?

chitvan1988 commented 10 months ago

Any advise/help please?

Da-Geek commented 6 months ago

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.

pojntfx commented 2 months ago

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