mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-14 10:36:18 +00:00
initial commit
This commit is contained in:
5
internal/wireguard/config.go
Normal file
5
internal/wireguard/config.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package wireguard
|
||||
|
||||
type Config struct {
|
||||
DeviceName string `yaml:"device" envconfig:"WG_DEVICE"`
|
||||
}
|
||||
Reference in New Issue
Block a user