This commit is contained in:
parent
351c12eed1
commit
4aef2d63ef
2 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,11 @@ destination netmask gateway interface
|
|||
{{ "{:<12}".format(route["destination"]) }} {{ "{:<15}".format(route["genmask"]) }} {{ "{:<15}".format(route["gateway"]) }} {{ route["iface"] }}{% endfor %}
|
||||
============ =============== =============== ==============
|
||||
|
||||
{% if resolvconf %}DNS
|
||||
###
|
||||
|
||||
{{ "{}".format(resolvconf["nameserver"]) }}{% endif %}
|
||||
|
||||
services
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue