diff options
Diffstat (limited to 'docs/examples/ethernet-custom')
-rw-r--r-- | docs/examples/ethernet-custom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/ethernet-custom b/docs/examples/ethernet-custom index d3a7b14..563fac0 100644 --- a/docs/examples/ethernet-custom +++ b/docs/examples/ethernet-custom @@ -5,3 +5,5 @@ IP=static # Any valid iproute command can be placed in this array IPCustom=('addr add dev eth0 192.168.1.23/24 brd +' 'route add default via 192.168.1.1') DNS=('192.168.1.1') +# Set a priority for automatic profile selection +#Priority=10 |