Newer
Older
wg-portal / internal / wireguard / config.go
@Christoph Haas Christoph Haas on 6 Nov 2020 99 bytes initial commit
package wireguard

type Config struct {
	DeviceName string `yaml:"device" envconfig:"WG_DEVICE"`
}