-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
func ExampleServer() {
s, err := socks5.NewClassicServer("127.0.0.1:1080", "127.0.0.1", "", "", 0, 60)
if err != nil {
log.Println(err)
return
}
// You can pass in custom Handler
s.ListenAndServe(nil)
// #Output:
}
I'm new, can you give an example or clarification in passing a custom Handler?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels