support ipv4 nat and ipv6 public
fkooman opened this issue · 2 comments
fkooman commented
now only public or nat is possible, not ipv4 nat and ipv6 public addresses.
fkooman commented
useNat
: bool
: true
useNat6
: bool
: true
useNat
| useNat6
| Result
-- | --
true
| true
| IPv4 + IPv6 NAT
true
| false
| IPv4 NAT, IPv6 Public
false
| true
| IPv4 Public, IPv6 NAT
false
| false
| IPv4 Public, IPv6 Public
fkooman commented
vpn-lib-common 1.1.13
vpn-server-api 1.2.9
vpn-server-node 1.0.14