diff options
author | Dante Catalfamo | 2020-08-16 17:55:28 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-08-16 17:55:28 -0400 |
commit | 891e35a92cd0e4833c9219d9ad39ae7999555dfc (patch) | |
tree | 1ef16c4c884bf0746699d65b2b58f1312dce3a31 /content/posts/openbsd-vpn-gateway | |
parent | bb7168a3bd9aa8246de9f21a7f4e8e026d721189 (diff) | |
download | blog-891e35a92cd0e4833c9219d9ad39ae7999555dfc.tar.gz blog-891e35a92cd0e4833c9219d9ad39ae7999555dfc.tar.bz2 blog-891e35a92cd0e4833c9219d9ad39ae7999555dfc.zip |
gateway: minor wording
Diffstat (limited to 'content/posts/openbsd-vpn-gateway')
-rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index ea3fdf9..e70e1f2 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -335,5 +335,5 @@ - =from $ext_if:network= Packets coming from =$ext_if:network=. Since =$ext_if= gets evaluated to =vio0=, it becomes =vio0:network=. [[https://man.openbsd.org/OpenBSD-6.7/pf.conf.5#:network][=:network=]] evaluates to the network - attached to an interface. In our case, it translates to + attached to an interface. In our case, it becomes =192.168.0.0/24=. |