arilotter / vaportrade

a p2p trading app on Ethereum & Polygon :)
https://vaportrade.net/
GNU General Public License v3.0
58 stars 4 forks source link

add STUN/TURN servers #5

Open arilotter opened 2 years ago

arilotter commented 2 years ago

lets people connect when their networks don't like p2p connections

stun.l.google.com:19302,
stun1.l.google.com:19302,
stun2.l.google.com:19302,
stun3.l.google.com:19302,
stun4.l.google.com:19302,

to start :) or, run a stun service myself on the vaportrade site. should be configurable in control panel

arilotter commented 2 years ago

Can we surface STUN/TURN failures from the console to the UI? Might be really useful to show what # of peers we couldn't connect to. see https://github.com/arilotter/vaportrade/issues/27

arilotter commented 2 years ago

hmmm, we already have a STUN server set up :thinking: