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