Access adb from WSL2

In Windows:

C:\platform-tools> adb.exe -a -P 5037 nodaemon server

In Linux:

  ~ export ADB_SERVER_SOCKET=tcp:$(ip route show | grep -i default | awk '{ print $3}'):5037
  ~ adb devices
List of devices attached
af2bf2a91120    offline