Fixed deep exit
This commit is contained in:
parent
1965eca7f6
commit
8029f3225c
3 changed files with 12 additions and 9 deletions
|
@ -304,9 +304,10 @@ ip6tables -P OUTPUT DROP
|
|||
|
||||
#### Log out
|
||||
|
||||
```shell
|
||||
exit
|
||||
exit
|
||||
```console
|
||||
$ exit
|
||||
|
||||
$ exit
|
||||
```
|
||||
|
||||
#### Log in
|
||||
|
|
|
@ -341,9 +341,10 @@ nft add rule ip6 firewall output ct state related,established accept
|
|||
|
||||
#### Log out
|
||||
|
||||
```shell
|
||||
exit
|
||||
exit
|
||||
```console
|
||||
$ exit
|
||||
|
||||
$ exit
|
||||
```
|
||||
|
||||
#### Log in
|
||||
|
|
|
@ -340,9 +340,10 @@ ip6tables -P OUTPUT DROP
|
|||
|
||||
#### Log out
|
||||
|
||||
```shell
|
||||
exit
|
||||
exit
|
||||
```console
|
||||
$ exit
|
||||
|
||||
$ exit
|
||||
```
|
||||
|
||||
#### Log in
|
||||
|
|
Loading…
Add table
Reference in a new issue