dns,code,network

This commit is contained in:
Marc Beninca 2019-08-25 12:42:26 +02:00
parent c94fee02c5
commit 18955dc7a3
9 changed files with 63 additions and 31 deletions

View file

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

15
in/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

9
in/public/dns/index.rst Normal file
View file

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

19
in/public/dns/resolv.rst Normal file
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