Corrections
This commit is contained in:
parent
1effeb8d2b
commit
22bee46df6
10 changed files with 80 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
\chapter{script NFTables pour les bornes}
|
||||
\chapter{Script nftables pour les bornes}
|
||||
\label{chap:nftables}
|
||||
|
||||
\begin{lstlisting}[caption={Fichier de définition des règles de pare-feu}]
|
||||
|
@ -13,7 +13,7 @@ table inet filter {
|
|||
tcp dport ssh accept
|
||||
iif lo accept
|
||||
drop
|
||||
}
|
||||
}
|
||||
chain forward {
|
||||
type filter hook forward priority 0;
|
||||
drop
|
||||
|
|
Reference in a new issue