diff options
| -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 bb0a166..5fc0ba0 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -90,7 +90,7 @@    file we've just edited.    #+BEGIN_SRC shell -  dosa sh /etc/netstat vio0 +  doas sh /etc/netstat vio0    #+END_SRC    Now if we check [[http://man.openbsd.org/man8/ifconfig.8][=ifconfig(8)=]], we should see the interface has the | 
