5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-18 06:03:46 +03:00

update static/schema information

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-20 11:52:33 +01:00
parent 3734b4f879
commit cc9dad4f01
4 changed files with 964 additions and 32 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,10 @@ Enable or disable log rate limiting
Frequency with which the burst bucket gets refilled
`policy_forward`: `<ACCEPT | DROP>` ::
Forward policy.
`policy_in`: `<ACCEPT | DROP | REJECT>` ::
Input policy.

View File

@ -2,6 +2,10 @@
Enable host firewall rules.
`log_level_forward`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
Log level for forwarded traffic.
`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
Log level for incoming traffic.

View File

@ -2,6 +2,10 @@
Enable/disable firewall rules.
`log_level_forward`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
Log level for forwarded traffic.
`policy_forward`: `<ACCEPT | DROP>` ::
Forward policy.