diff options
| author | PS <p@0x53.net> | 2026-02-07 10:36:49 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 10:36:49 +0100 |
| commit | 49098cf9c6055b85a4cd0dcb4a0d57fc003310f4 (patch) | |
| tree | e2166c108782293693549eea821dd622eeba5491 /doc/source/system/net/nftables.html | |
| parent | eaf0ecff18ee063286ad423469241ca0eb2e4c6c (diff) | |
| download | goetia-linux-49098cf9c6055b85a4cd0dcb4a0d57fc003310f4.tar.gz goetia-linux-49098cf9c6055b85a4cd0dcb4a0d57fc003310f4.tar.bz2 goetia-linux-49098cf9c6055b85a4cd0dcb4a0d57fc003310f4.zip | |
Add doc
Diffstat (limited to 'doc/source/system/net/nftables.html')
| -rw-r--r-- | doc/source/system/net/nftables.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/source/system/net/nftables.html b/doc/source/system/net/nftables.html new file mode 100644 index 0000000..4bcd42b --- /dev/null +++ b/doc/source/system/net/nftables.html @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>nftables service</title> + <meta name="Description" content="System oneshot to set the firewall up using nftables." /> + <meta name="Keywords" content="goetia s6-rc Linux net firewall system supervision tree" /> + </head> + <header> + <p> + <a href="//0x53.net/software/goetia/goetia-linux">goetia-linux</a> + <br /> + <a href="//0x53.net/software/goetia">goetia</a> + <br /> + <a href="//0x53.net/software">Software</a> + <br /> + <a href="//0x53.net">0x53.net</a> + </p> + </header> + <body> + <h1>The nftables service</h1> + <p> + nftables is a + <a href="https://skarnet.org/software/s6-rc/s6-rc-compile.html#source">oneshot service</a> + to use + <a href="https://wiki.nftables.org/wiki-nftables/index.php/Main_Page">nftables</a> + </p> + <ul> + <li> + It runs <code>nft -f /etc/nftables.rules</code> + when it is started. + </li> + <li> + It runs <code>nft flush ruleset</code> + when it is stopped. + </li> + </ul> + </body> +</html> |
