流量统计,修复问题
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user