github.com/xraypb/xray-core@v1.6.6/proxy/dns/config.proto (about) 1 syntax = "proto3"; 2 3 package xray.proxy.dns; 4 option csharp_namespace = "Xray.Proxy.Dns"; 5 option go_package = "github.com/xraypb/xray-core/proxy/dns"; 6 option java_package = "com.xray.proxy.dns"; 7 option java_multiple_files = true; 8 9 import "common/net/destination.proto"; 10 11 message Config { 12 // Server is the DNS server address. If specified, this address overrides the 13 // original one. 14 xray.common.net.Endpoint server = 1; 15 uint32 user_level = 2; 16 }