Skip to content

Instantly share code, notes, and snippets.

View mari-muthu-k's full-sized avatar
:octocat:
Building something big

Mari muthu mari-muthu-k

:octocat:
Building something big
View GitHub Profile
@mari-muthu-k
mari-muthu-k / stuns
Created February 24, 2024 07:00 — forked from yetithefoot/stuns
STUN+TURN servers list
{url:'stun:stun01.sipphone.com'},
{url:'stun:stun.ekiga.net'},
{url:'stun:stun.fwdnet.net'},
{url:'stun:stun.ideasip.com'},
{url:'stun:stun.iptel.org'},
{url:'stun:stun.rixtelecom.se'},
{url:'stun:stun.schlund.de'},
{url:'stun:stun.l.google.com:19302'},
{url:'stun:stun1.l.google.com:19302'},
{url:'stun:stun2.l.google.com:19302'},
@mari-muthu-k
mari-muthu-k / docker-cheat-sheet.md
Created February 2, 2024 11:37 — forked from spyesx/docker-cheat-sheet.md
Docker Cheat Sheet

Stop all containers

$ docker stop $(docker ps -q)

Build docker image

$ cd /path/to/Dockerfile