mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-26 00:53:23 +08:00
new allowed ips fix
This commit is contained in:
parent
3ca9843328
commit
8b84692455
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func getExtClientConf(w http.ResponseWriter, r *http.Request) {
|
|||
gwendpoint := gwnode.Endpoint + ":" + strconv.Itoa(int(gwnode.ListenPort))
|
||||
newAllowedIPs := network.AddressRange
|
||||
if newAllowedIPs != "" {
|
||||
addrString += ","
|
||||
newAllowedIPs += ","
|
||||
}
|
||||
if network.AddressRange6 != "" {
|
||||
newAllowedIPs += network.AddressRange6
|
||||
|
|
Loading…
Reference in a new issue