forward abstract method

Future<void> forward({
  1. bool? allowIPv6,
})

Apply default handler to connection.

TCP: Forward connection to requested host.

UDP: Forward connections to respective hosts.

Implementation

Future<void> forward({
  bool? allowIPv6,
});