Browse Source

Fix formatting according to prettier rules

pull/2380/head
RaffaelHold 6 months ago
committed by GitHub
parent
commit
f2297402be
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/content/examples/tutorials/routed.md

1
docs/content/examples/tutorials/routed.md

@ -106,4 +106,5 @@ PostDown
```shell
nft delete rule ip filter DOCKER-USER handle $(nft -a list chain ip filter DOCKER-USER | awk '/jump WG_EASY/ {print $NF}'); nft flush chain ip filter WG_EASY; nft delete chain ip filter WG_EASY; nft delete rule ip6 filter DOCKER-USER handle $(nft -a list chain ip6 filter DOCKER-USER | awk '/jump WG_EASY/ {print $NF}'); nft flush chain ip6 filter WG_EASY; nft delete chain ip6 filter WG_EASY
```
///

Loading…
Cancel
Save