From ac8d71bb94b1627f6bd7684633ec99c0a0b27f46 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:40:33 -0700 Subject: [PATCH] Update rdr.rst --- docs/chapters/subcommands/rdr.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chapters/subcommands/rdr.rst b/docs/chapters/subcommands/rdr.rst index d87147ad..463b0a26 100644 --- a/docs/chapters/subcommands/rdr.rst +++ b/docs/chapters/subcommands/rdr.rst @@ -41,11 +41,11 @@ specify the interface they run on in rc.conf (or other config files) # bastille rdr dev1 clear nat cleared -Bastille includes 3 options for the three following scenarios. +`bastille rdr` includes 3 options. - - Setting a non-default interface on which to create the rdr rule. - - Limiting the source IP on the rdr rule. - - Limiting the destination IP on the rdr rule. +-i - Set a non-default interface on which to create the rdr rule. +-s - Limit the source IP on the rdr rule. +-d - Limit the destination IP on the rdr rule. .. code-block:: shell