From eddcdaa5f0409a09215142b1547120f1a67beb66 Mon Sep 17 00:00:00 2001 From: cubemaze Date: Wed, 2 Aug 2023 14:06:13 +0800 Subject: [PATCH] fix: bug --- conf/option.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/option.go b/conf/option.go index 1fc389b..7073f25 100644 --- a/conf/option.go +++ b/conf/option.go @@ -5,8 +5,8 @@ type Options struct { SendIP string `yaml:"SendIP"` LimitConfig LimitConfig `yaml:"LimitConfig"` CertConfig *CertConfig `yaml:"CertConfig"` - XrayOptions XrayOptions `yaml:"-"` - HyOptions HyOptions `yaml:"-"` + XrayOptions XrayOptions `yaml:"XrayOptions"` + HyOptions HyOptions `yaml:"HyOptions"` } type XrayOptions struct {