Switch to lightweight secure DNS client

This commit is contained in:
Vladislav Yarmak
2025-08-12 19:38:17 +03:00
parent 8ebbd70126
commit e1c30f97c7
9 changed files with 163 additions and 132 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
package handler
import (
"log"
"github.com/Snawoot/opera-proxy/dialer"
"github.com/armon/go-socks5"
"log"
)
func NewSocksServer(dialer dialer.ContextDialer, logger *log.Logger) (*socks5.Server, error) {