return all the public addresses in NatInfo

This commit is contained in:
Marten Seemann
2023-05-10 11:54:48 +03:00
parent b414124e5e
commit ca9c873858
6 changed files with 31 additions and 5 deletions
+1
View File
@@ -73,4 +73,5 @@ type CommonNet interface {
type NatInfo struct {
Reachability network.Reachability
PublicAddrs []string
}