mirror of
https://github.com/xmdhs/sing-box-ruleset.git
synced 2025-02-06 13:02:43 +08:00
7 lines
126 B
Go
7 lines
126 B
Go
package main
|
|
|
|
type Ruleset struct {
|
|
Rules []map[string][]any `json:"rules"`
|
|
Version int `json:"version"`
|
|
}
|