This website requires JavaScript.
Explore
Help
Sign In
brielle
/
Firewall-SOSDG
Watch
1
Star
0
Fork
You've already forked Firewall-SOSDG
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4df28dc910
Firewall-SOSDG
/
bin
/
get_default_if
4 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
ip route
|
awk
'/^default/{print $3}'
#netstat -rn | awk '/^0.0.0.0/{print $8}'
Reference in New Issue
View Git Blame
Copy Permalink