mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-23 15:13:52 -05:00
6 lines
99 B
Go
6 lines
99 B
Go
package wireguard
|
|
|
|
type Config struct {
|
|
DeviceName string `yaml:"device" envconfig:"WG_DEVICE"`
|
|
}
|