mirror of
https://github.com/fosrl/newt.git
synced 2026-03-05 18:26:42 +00:00
Remove listen port - unused
This commit is contained in:
5
wg/wg.go
5
wg/wg.go
@@ -23,9 +23,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type WgConfig struct {
|
type WgConfig struct {
|
||||||
ListenPort int `json:"listenPort"`
|
IpAddress string `json:"ipAddress"`
|
||||||
IpAddress string `json:"ipAddress"`
|
Peers []Peer `json:"peers"`
|
||||||
Peers []Peer `json:"peers"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Peer struct {
|
type Peer struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user