autoNATv2AllowPrivateAddrs static method

Option autoNATv2AllowPrivateAddrs()

Configures AutoNATv2 to allow private addresses (for testing)

Implementation

static Option autoNATv2AllowPrivateAddrs() {
  return (config) => config.withAutoNATv2AllowPrivateAddrs();
}