流量统计,修复问题

This commit is contained in:
sprov
2021-05-30 22:41:02 +08:00
parent 4bae13dcc6
commit 810dad53d5
18 changed files with 690 additions and 149 deletions

View File

@@ -43,7 +43,7 @@ type Inbound struct {
func (i *Inbound) GenXrayInboundConfig() *xray.InboundConfig {
return &xray.InboundConfig{
Listen: i.Listen,
Listen: json.RawMessage(i.Listen),
Port: i.Port,
Protocol: string(i.Protocol),
Settings: json.RawMessage(i.Settings),