Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace .info with .com #202

Merged
merged 5 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/adguard-vpn-for-linux/setting-up-on-a-router/keenetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: How to set up AdGuard VPN for Linux on a Keenetic router
sidebar_position: 3
---

:::info
:::info System requirements

System requirements: AdGuard VPN for Linux, also known as AdGuard VPN CLI, requires at least 22 MB of free storage space on your router’s built-in memory or external USB after other necessary packages are installed.
AdGuard VPN for Linux, also known as AdGuard VPN CLI, requires at least 22 MB of free storage space on your router’s built-in memory or external USB after other necessary packages are installed.

:::

## 1. Make sure that SSH is enabled on your router

You will use the SSH client to send commands to your router from your computer.
The SSH client is used to send commands to your router from your computer.

To run the SSH server, the *SSH server* system component must be installed in the Keenetic. You can do this on the *General system settings* page in the *Component options* section by clicking the *Component options* button. Search for SSH server and install it. This will update your Keenetic OS.

Expand Down Expand Up @@ -105,7 +105,7 @@ If your router doesn’t support installing packages on it’s internal disk, fo

It is possible to install OPKG packages on the Keenetic models with USB ports that support USB flash drives. These are: KN-1410, KN-1710/1711, KN-1010/1011, KN-2510, KN-2410, KN-1810, KN-1910, KN-2310, KN-2010, KN-2110, KN-2610, KN-2710.

For detailed instructions visit Keenetic official Wiki: https://help.keenetic.com/hc/en-us/articles/360021214160-Installing-the-Entware-repository-package-system-on-a-USB-drive
For detailed instructions visit the official Keenetic Wiki: https://help.keenetic.com/hc/en-us/articles/360021214160-Installing-the-Entware-repository-package-system-on-a-USB-drive

## 5. Install AdGuard VPN CLI

Expand Down
4 changes: 2 additions & 2 deletions docs/adguard-vpn-for-linux/setting-up-on-a-router/openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 2

:::info System requirements

AdGuard VPN for Linux, also known as AdGuard VPN CLI, requires at least 22 MB of free storage space on your router’s disk or external USB after installing necessary packages.
AdGuard VPN for Linux, also known as AdGuard VPN CLI, requires at least 22 MB of free storage space on your router’s built-in memory or external USB after installing necessary packages.

:::

Expand Down Expand Up @@ -117,7 +117,7 @@ curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/sc

To use AdGuard VPN for Linux, you need an AdGuard account.

You can sign up on our [website](https://auth.adguard.info/login.html) or in the Terminal.
You can sign up on our [website](https://auth.adguard.com/login.html) or in the Terminal.

To log in or create an account, type:

Expand Down
4 changes: 2 additions & 2 deletions search.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"index_name": "vpn-kb",
"start_urls": [
"https://adguard-vpn.info/kb/"
"https://adguard-vpn.com/kb/"
],
"sitemap_urls": [
"https://adguard-vpn.info/kb/sitemap.xml"
"https://adguard-vpn.com/kb/sitemap.xml"
],
"sitemap_alternate_links": true,
"selectors": {
Expand Down
Loading