autoNAT static method

Option autoNAT(
  1. bool enabled
)

Implementation

static Option autoNAT(bool enabled) {
  return (config) => config.withAutoNAT(enabled);
}