Remove listen port - unused

This commit is contained in:
Owen
2025-03-26 10:54:41 -04:00
parent f08378b67e
commit 7f9a31ac3e

View File

@@ -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 {