privacy guard

This commit is contained in:
Meo597
2026-05-19 19:06:34 +08:00
parent 105d4547f4
commit e33aad40d0
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ type FreedomConfig struct {
ProxyProtocol uint32 `json:"proxyProtocol"`
IPsBlocked *StringList `json:"ipsBlocked"`
FinalRules []*FreedomFinalRuleConfig `json:"finalRules"`
PrivacyGuard *bool `json:"privacyGuard"`
}
type Fragment struct {