1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-05 08:45:22 -05:00

add DOH dns client

This commit is contained in:
vcptr
2019-06-29 23:43:30 +08:00
parent 7313089539
commit 6ef77246ab
10 changed files with 875 additions and 248 deletions

View File

@@ -21,7 +21,8 @@ import (
)
type ClientManager struct {
Picker WorkerPicker
Enabled bool // wheather mux is enabled from user config
Picker WorkerPicker
}
func (m *ClientManager) Dispatch(ctx context.Context, link *transport.Link) error {