autoNATv2AllowPrivateAddrs static method
Configures AutoNATv2 to allow private addresses (for testing)
Implementation
static Option autoNATv2AllowPrivateAddrs() {
return (config) => config.withAutoNATv2AllowPrivateAddrs();
}
Configures AutoNATv2 to allow private addresses (for testing)
static Option autoNATv2AllowPrivateAddrs() {
return (config) => config.withAutoNATv2AllowPrivateAddrs();
}