Add intro.html

This commit is contained in:
Joe Cooper
2026-02-02 23:08:05 -06:00
parent 48269733b1
commit a1091556db
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
<header>Introduction</header>
<p>nftables stores firewall rules in tables. Each table belongs to a family (such as <tt>inet</tt>, <tt>ip</tt>, or <tt>ip6</tt>) and contains one or more chains. Chains contain rules, and each rule is a sequence of tests (matches) followed by an action like <tt>accept</tt>, <tt>drop</tt>, <tt>jump</tt>, or <tt>log</tt>. Named sets can group addresses or services for reuse in multiple rules.</p>
<p>To get started, use the Setup page to create a default ruleset, or create a table and chain manually. Then add rules (and sets) from the table view. When you are ready to activate your changes, click Apply Configuration to load the ruleset into the kernel.</p>
<footer>nft(8)</footer>
+1 -1
View File
@@ -68,7 +68,7 @@ setup_header=Create Default Ruleset
setup_desc=This page allows you to create a default nftables ruleset. Select one of the options below and click 'Create'. setup_desc=This page allows you to create a default nftables ruleset. Select one of the options below and click 'Create'.
setup_deny_note=Deny options will still allow SSH (port 22), Webmin (port $1), and localhost (loopback). setup_deny_note=Deny options will still allow SSH (port 22), Webmin (port $1), and localhost (loopback).
setup_allow_all=Allow all traffic setup_allow_all=Allow all traffic
setup_deny_incoming=Deny all incoming traffic, allow all outgoing (except SSH and Webmin) setup_deny_incoming=Deny all incoming traffic (except SSH and Webmin), allow all outgoing
setup_deny_all=Deny all traffic (except SSH and Webmin) setup_deny_all=Deny all traffic (except SSH and Webmin)
setup_create=Create setup_create=Create
setup_invalid_type=Invalid ruleset type selected. setup_invalid_type=Invalid ruleset type selected.