in→docs

This commit is contained in:
Marc Beninca 2019-08-25 22:15:32 +02:00
parent c3af60bbfd
commit 96f5a0771a
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
hostname
========
.. todo:: command
* /etc/hostname
::
name

15
docs/public/dns/hosts.rst Normal file
View file

@ -0,0 +1,15 @@
hosts
=====
* /etc/hosts
localhost
---------
.. warning:: include hostname or sudo complains
::
127.0.0.1 localhost
::1 localhost

View file

@ -0,0 +1,9 @@
dns
===
.. toctree::
:maxdepth: 2
hostname
hosts
resolv

View file

@ -0,0 +1,19 @@
resolv
======
* /etc/resolv.conf
cloudflare
----------
::
nameserver 1.1.1.1
google
------
::
nameserver 8.8.8.8
nameserver 8.8.4.4