-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

route


> Use route cmd to set the route table.

More information.


Display the information of route table:

route -n

Add route rule:

sudo route add -net {ip_address} netmask {netmask_address} gw {gw_address}

Delete route rule:

sudo route del -net {ip_address} netmask {netmask_address} dev {gw_address}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:37:43 2024