mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-15 01:09:20 +02:00
style: refine style
This commit is contained in:
parent
ec9f19039e
commit
a3e63e6928
|
@ -94,10 +94,9 @@ func (c *RouterConfig) Build() (*router.Config, error) {
|
|||
}
|
||||
|
||||
type RouterRule struct {
|
||||
Type string `json:"type"`
|
||||
OutboundTag string `json:"outboundTag"`
|
||||
BalancerTag string `json:"balancerTag"`
|
||||
|
||||
Type string `json:"type"`
|
||||
OutboundTag string `json:"outboundTag"`
|
||||
BalancerTag string `json:"balancerTag"`
|
||||
DomainMatcher string `json:"domainMatcher"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue