mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-21 22:30:46 +08:00
6 lines
74 B
Go
6 lines
74 B
Go
package rhttp
|
|
|
|
type Config struct {
|
|
IpHeader string `yaml:"ip_header"`
|
|
}
|