mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
putting netmaker default port 1 above WG port to avoid conflicts with preexisting setups
This commit is contained in:
parent
aeb13da21b
commit
c7a6874830
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func(group *Group) SetDefaults(){
|
|||
group.DefaultInterface = "nm-" + group.NameID
|
||||
}
|
||||
if group.DefaultListenPort == 0 {
|
||||
group.DefaultListenPort = 51820
|
||||
group.DefaultListenPort = 51821
|
||||
}
|
||||
if group.DefaultPreUp == "" {
|
||||
|
||||
|
|
Loading…
Reference in a new issue