Skip to content

Commit

Permalink
#282: change default peer mask to /32
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Aug 13, 2024
1 parent 3f72de6 commit a46dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/wireguard/wireguard_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (m Manager) getFreshPeerIpConfig(ctx context.Context, iface *domain.Interfa
}
}

ips = append(ips, ip)
ips = append(ips, ip.HostAddr())
}

return
Expand Down

0 comments on commit a46dabc

Please sign in to comment.