mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
Fixed deep exit
This commit is contained in:
parent
1965eca7f6
commit
8029f3225c
@ -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…
x
Reference in New Issue
Block a user