Skip to content

Instantly share code, notes, and snippets.

View nzldev's full-sized avatar
🏠
Working from home

Nazrul Islam Nadeem nzldev

🏠
Working from home
View GitHub Profile
@nzldev
nzldev / kannel
Created May 12, 2024 20:29 — forked from parsibox/kannel
install kannel on centos 7
yum install -y openssl-devel libxml2-devel texlive-* m4 gcc-c++ make
yum-config-manager --disable mysql80-community
yum-config-manager --enable mysql57-community
yum install -y mysql-devel
type Dispatcher struct {
// A pool of workers channels that are registered with the dispatcher
WorkerPool chan chan Job
}
func NewDispatcher(maxWorkers int) *Dispatcher {
pool := make(chan chan Job, maxWorkers)
return &Dispatcher{WorkerPool: pool}
}
@nzldev
nzldev / public-stun-list.txt
Created November 12, 2021 06:34 — forked from mondain/public-stun-list.txt
Public STUN server list
23.21.150.121:3478
iphone-stun.strato-iphone.de:3478
numb.viagenie.ca:3478
s1.taraba.net:3478
s2.taraba.net:3478
stun.12connect.com:3478
stun.12voip.com:3478
stun.1und1.de:3478
stun.2talk.co.nz:3478
stun.2talk.com:3478