Dapatkan IP jarak jauh dari WSL Ubuntu

# reference: https://stackoverflow.com/questions/56824788/how-to-connect-to-windows-postgres-database-from-wsl
grep nameserver /etc/resolv.conf | awk '{print $2}'

# from cmd
wsl hostname -I
Vi Vu Duc