refactor: remove profiling #20

Merged
bagas merged 1 commits from staging into main 2025-12-03 14:20:52 +00:00

View File

@ -2,8 +2,6 @@ package main
import (
"log"
"net/http"
_ "net/http/pprof"
"os"
"tunnel_pls/server"
"tunnel_pls/utils"
@ -12,9 +10,6 @@ import (
)
func main() {
go func() {
log.Println(http.ListenAndServe("localhost:6060", nil))
}()
sshConfig := &ssh.ServerConfig{
NoClientAuth: true,
ServerVersion: "SSH-2.0-TunnlPls-1.0",