On Fri, 2 May 2025 21:54:11 -0700 David Wei wrote:
> > def _test_v4(cfg) -> None:
> > - cfg.require_ipver("4")
> > + if not cfg.addr_v["4"]:
> > + return
>
> What if cfg.remote_addr_v['4'] doesn't exist?Not sure if its super pythonic but it's set to None in the lib if user doesn't provide the config.
