Fixed deep exit

This commit is contained in:
Sun Knudsen 2022-01-10 10:30:12 -05:00
parent 1965eca7f6
commit 8029f3225c
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783
3 changed files with 12 additions and 9 deletions

View File

@ -304,9 +304,10 @@ ip6tables -P OUTPUT DROP
#### Log out #### Log out
```shell ```console
exit $ exit
exit
$ exit
``` ```
#### Log in #### Log in

View File

@ -341,9 +341,10 @@ nft add rule ip6 firewall output ct state related,established accept
#### Log out #### Log out
```shell ```console
exit $ exit
exit
$ exit
``` ```
#### Log in #### Log in

View File

@ -340,9 +340,10 @@ ip6tables -P OUTPUT DROP
#### Log out #### Log out
```shell ```console
exit $ exit
exit
$ exit
``` ```
#### Log in #### Log in