Show HN: How to test whether a STUN/TURN server is working properly https://ift.tt/WkZxiuD

Show HN: How to test whether a STUN/TURN server is working properly A few days ago, I created a simple service for my WebRTC Project: https://ift.tt/Eyk0rCR to test if the STUN/TURN servers are working properly. After installing and configuring a STUN/TURN server, most of the developers that are new to this stuff will ask themselves, how do I know if it's working properly? So I made a snippet :) ``` Test Stun/Turn Servers

Test Ice Servers




The STUN server is NOT reachable!

The TURN server is NOT reachable!


``` Alternative to https://ift.tt/U3taBSE... Ref: https://ift.tt/rmnoHXb... I hope it will be useful to someone. https://ift.tt/ilSkCVe July 31, 2022 at 11:45PM

Comments