feat: v0.2.0-rc, optimize code
This commit is contained in:
@@ -26,6 +26,7 @@ impl ProxyConfig {
|
||||
pub struct ProxyGroup {
|
||||
pub port: u16,
|
||||
pub lookup_dns: Option<bool>,
|
||||
pub dns_domains: Option<Vec<String>>,
|
||||
pub tls: Option<ProxyTls>,
|
||||
pub proxy_map: Option<HashMap<String, ProxyItem>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user