diff --git a/wg/wg.go b/wg/wg.go index 7330fdf..9e78624 100644 --- a/wg/wg.go +++ b/wg/wg.go @@ -23,9 +23,8 @@ import ( ) type WgConfig struct { - ListenPort int `json:"listenPort"` - IpAddress string `json:"ipAddress"` - Peers []Peer `json:"peers"` + IpAddress string `json:"ipAddress"` + Peers []Peer `json:"peers"` } type Peer struct {