mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-04-02 16:46:52 +00:00
Merge 8064ff7443
into 4fd1e34f5f
This commit is contained in:
commit
ddc63821b4
@ -54,7 +54,7 @@ func (a Server) IsValid() []error {
|
|||||||
}
|
}
|
||||||
// check if the mtu is valid
|
// check if the mtu is valid
|
||||||
if a.Mtu < 0 {
|
if a.Mtu < 0 {
|
||||||
errs = append(errs, fmt.Errorf("MTU %d is invalid", a.PersistentKeepalive))
|
errs = append(errs, fmt.Errorf("MTU %d is invalid", a.Mtu))
|
||||||
}
|
}
|
||||||
// check if the address are valid
|
// check if the address are valid
|
||||||
for _, dns := range a.Dns {
|
for _, dns := range a.Dns {
|
||||||
|
Loading…
Reference in New Issue
Block a user