mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 14:11:00 +00:00
Switch to lightweight secure DNS client
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user