Add default routes for internet traffic howto (#176)

This commit is contained in:
Viktor Liu
2024-04-04 17:13:44 +02:00
committed by GitHub
parent bc8b44484b
commit df86eb9138
7 changed files with 116 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ const howToGuides = [
description:
'Learn how to provide access to LANs, VPS, and corporate private networks.',
},
{
href: '/how-to/configuring-default-routes-for-internet-traffic',
name: 'Configure default routes and traffic for the Internet',
description: 'Understand how to set up your network for accessing the internet through default routes, also known as "exit nodes".',
},
{
href: '/how-to/monitor-system-and-network-activity',
name: 'Log and monitor network activity',