Linux: How to find out which interface am I using for connecting to the internet?

https://unix.stackexchange.com/a/307790

route | grep '^default' | grep -o '[^ ]*$'
36080cookie-checkLinux: How to find out which interface am I using for connecting to the internet?