3d5d5ad60961d0b7aff560c79e9f2b465feadf99
howto/vyos.md
| ... | ... | @@ -12,7 +12,7 @@ set firewall state-policy established action 'accept' |
| 12 | 12 | set firewall state-policy related action 'accept' |
| 13 | 13 | ``` |
| 14 | 14 | |
| 15 | -We also need to accept invalids on our network’s edge. More on this is explained [here](https://wiki.dn42/howto/networksettings.md). However, this should not become common practice elsewhere. |
|
| 15 | +We also need to accept invalids on our network’s edge. More on this is explained [here](https://dn42.wiki/howto/networksettingsd). However, this should not become common practice elsewhere. |
|
| 16 | 16 | ``` |
| 17 | 17 | set firewall state-policy invalid action 'accept' |
| 18 | 18 | ``` |