Skip to content

Commit

Permalink
Merge pull request #202 from AdguardTeam/add-setup-instructions-for-k…
Browse files Browse the repository at this point in the history
…eenetic

replace .info with .com
  • Loading branch information
el-termikael authored Aug 23, 2024
2 parents bd12167 + 8933dd4 commit 1a233a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 All @@ -115,7 +115,7 @@ In your SSH client, execute the following code to install the packages required
opkg install curl sudo ca-certificates
```

Go to `cd/opt` folder and run the AdGuardVPN CLI installation script:
Go to `cd/opt` folder and run the AdGuard VPN CLI installation script:

```bash
curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardVPNCLI/master/scripts/release/install.sh | sh -s -- -v
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

0 comments on commit 1a233a1

Please sign in to comment.