From 8e8421085241991fc5c4ed1bae25d1d5e528924b Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sun, 22 Oct 2023 00:51:07 +0800 Subject: [PATCH] fix: missing config member in patch --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.go b/config/config.go index 7e0884cb..4729404d 100644 --- a/config/config.go +++ b/config/config.go @@ -319,6 +319,8 @@ type RawConfig struct { SubRules map[string][]string `yaml:"sub-rules"` RawTLS TLS `yaml:"tls"` Listeners []map[string]any `yaml:"listeners"` + + ClashForAndroid RawClashForAndroid `yaml:"clash-for-android"` } type GeoXUrl struct {