panjjo / gosip

sipserver,GB28181,ZLMediaKit
324 stars 104 forks source link

大佬,请教下,监听 6060 是干什么的? #20

Open ts0203 opened 1 year ago

ts0203 commented 1 year ago
go func() {
    http.ListenAndServe("0.0.0.0:6060", nil)
}()
ts0203 commented 1 year ago

懂了,感谢大佬。