Statistics
| Branch: | Tag: | Revision:

root / snf-network-get-public-iface @ bec8e3f1

History | View | Annotate | Download (80 Bytes)

1
#!/bin/bash
2

    
3
PUBLIC=$(ip route | grep default | awk '{print $5}')
4

    
5
echo $PUBLIC