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
|
#### Log out
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
exit
|
$ exit
|
||||||
exit
|
|
||||||
|
$ exit
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Log in
|
#### Log in
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -340,9 +340,10 @@ ip6tables -P OUTPUT DROP
|
||||||
|
|
||||||
#### Log out
|
#### Log out
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
exit
|
$ exit
|
||||||
exit
|
|
||||||
|
$ exit
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Log in
|
#### Log in
|
||||||
|
|
Loading…
Add table
Reference in a new issue