Add domain sniffer

This commit is contained in:
世界
2022-07-06 12:39:44 +08:00
parent 625bc649ee
commit 3e2dddfb16
15 changed files with 603 additions and 18 deletions

View File

@@ -20,7 +20,9 @@ type InboundContext struct {
// cache
SniffEnabled bool
SniffOverrideDestination bool
SourceGeoIPCode string
GeoIPCode string
// ProcessPath string
}