Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
]},
"line-length": false,
"no-bare-urls": false,
"link-fragments": false
"link-fragments": false,
"code-block-style": false
}
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 2,
"label": "Solving problems",
"key": "solving-problems-vpn-browser-extension",
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 3,
"label": "Solving problems",
"key": "solving-problems-vpn-for-android",
"collapsible": true,
"collapsed": true
}
9 changes: 5 additions & 4 deletions docs/adguard-vpn-for-ios/solving-problems/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 3,
"label": "Solving problems",
"collapsible": true,
"collapsed": true
"position": 3,
"label": "Solving problems",
"key": "solving-problems-vpn-for-ios",
"collapsible": true,
"collapsed": true
}
2 changes: 1 addition & 1 deletion docs/adguard-vpn-for-linux/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

1. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
1. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

1. Disable debug logging by typing:

Expand Down
4 changes: 3 additions & 1 deletion docs/adguard-vpn-for-linux/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ To view available locations, type:

To connect to a specific location, type:

adguardvpn-cli connect -l <location>
```shell
adguardvpn-cli connect -l <location>
```

Replace `<location>` with the city, country, or ISO code of the location you want to connect to.

Expand Down
22 changes: 16 additions & 6 deletions docs/adguard-vpn-for-linux/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,36 @@ AdGuard VPN CLI provides both TCP and UDP proxying in SOCKS5 mode. However, some

To set the SOCKS listen host, type:

adguardvpn-cli config set-socks-host <host>
```shell
adguardvpn-cli config set-socks-host <host>
```

Replace `<host>` with the host you want to use. Using a host other than 127.0.0.1 requires setting a username and password. To set the SOCKS username and password, type:

adguardvpn-cli config set-socks-username <username>
adguardvpn-cli config set-socks-password <password>
```shell
adguardvpn-cli config set-socks-username <username>
adguardvpn-cli config set-socks-password <password>
```

Replace `<username>` and `<password>` with your desired username and password. To clear the SOCKS username and password, type:

adguardvpn-cli config clear-socks-auth

To set the SOCKS5 port, type:

adguardvpn-cli config set-socks-port <port_number>
```shell
adguardvpn-cli config set-socks-port <port_number>
```

Replace `<port_number>` with the port you want to connect to.

## DNS upstream address

To set a DNS upstream, type:

adguardvpn-cli config set-dns <server_address>
```shell
adguardvpn-cli config set-dns <server_address>
```

Replace `<server_address>` with the address of your DNS server. To use this DNS server at the system level, type:

Expand Down Expand Up @@ -200,7 +208,9 @@ To disable it, set it to `off`.

To change the update channel, type:

adguardvpn-cli config set-update-channel <channel>
```shell
adguardvpn-cli config set-update-channel <channel>
```

Replace `<channel>` with `release`, `beta`, or `nightly`, depending on your preferences.

Expand Down
1 change: 1 addition & 0 deletions docs/adguard-vpn-for-mac/solving-problems/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 2,
"label": "Solving problems",
"key": "solving-problems-vpn-for-mac",
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 4,
"label": "Solving problems",
"key": "solving-problems-vpn-for-routers",
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"position": 3,
"label": "Solving problems",
"key": "solving-problems-vpn-for-windows",
"collapsible": true,
"collapsed": true
}
2 changes: 1 addition & 1 deletion docs/general/vpn-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
34 changes: 14 additions & 20 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const { themes } = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;
const path = require('path');
const fs = require('fs');

Expand All @@ -20,12 +21,22 @@ const newImageDomain = process.env.NEW_IMAGES_DOMAIN || 'https://cdn.adguard-vpn

/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
future: {
faster: true,
v4: {
removeLegacyPostBuildHeadAttribute: true,
},
},
title: 'AdGuard VPN Knowledge Base',
tagline: 'Knowledge base for AdGuard VPN',
url: url,
baseUrl: baseUrl,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
markdown: {
hooks: {
onBrokenMarkdownLinks: 'warn',
},
},
favicon: 'img/favicon.ico',
trailingSlash: true,
organizationName: 'AdGuard',
Expand Down Expand Up @@ -320,21 +331,4 @@ module.exports = {
};
},
],
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
options: {
jsc: {
parser: {
syntax: 'typescript',
tsx: true,
},
target: 'es2017',
},
module: {
type: isServer ? 'commonjs' : 'es6',
},
},
}),
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pokud chcete podpořit zavedení nové funkce nebo opravu chyby, můžete pro to

Protokoly budou ve výchozím nastavení staženy do složky aplikace, cesta k protokolům bude zapsána v konzoli.

4. Odešlete soubor se záznamem na <devteam@adguard.com>. Uveďte čas chyby a připojte odkaz na problém nebo jeho číslo na GitHubu (zobrazuje se jako #číslo vedle názvu). Soubor se záznamem můžete také nahrát na Disk Google a odeslat jej na <devteam@adguard.com>. Přiložte odkaz na soubor do svého problému na GitHubu.
4. Odešlete soubor se záznamem na [devteam@adguard.com](mailto:devteam@adguard.com). Uveďte čas chyby a připojte odkaz na problém nebo jeho číslo na GitHubu (zobrazuje se jako #číslo vedle názvu). Soubor se záznamem můžete také nahrát na Disk Google a odeslat jej na [devteam@adguard.com](mailto:devteam@adguard.com). Přiložte odkaz na soubor do svého problému na GitHubu.

5. Vypněte protokolování ladění zadáním:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Stáhněte si instalační soubor ze [zrcadleného webu AdGuard VPN](https://adg

- Máte-li problémy s připojením, nepovolujte *Používat QUIC* v *Pokročilých nastavení*.

Pokud vše ostatní selže, neváhejte se obrátit na náš tým podpory na <support@adguard-vpn.com> s žádostí o další pomoc.
Pokud vše ostatní selže, neváhejte se obrátit na náš tým podpory na [support@adguard-vpn.com](mailto:support@adguard-vpn.com) s žádostí o další pomoc.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Wenn Sie die Implementierung einer neuen Funktion oder Fehlerbehebung unterstüt

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Senden Sie die Protokolldatei an <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternativ können Sie die Protokolldatei auf Google Drive hochladen und sie mit <devteam@adguard.com> teilen. Attach the file link to your GitHub issue.
4. Senden Sie die Protokolldatei an [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternativ können Sie die Protokolldatei auf Google Drive hochladen und sie mit [devteam@adguard.com](mailto:devteam@adguard.com) teilen. Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Laden Sie die Installationsdatei von der [Spiegelseite von AdGuard VPN](https://

- Wenn Sie Verbindungsprobleme haben, aktivieren Sie nicht *QUIC verwenden* in *Erweiterte Einstellungen*.

Wenn alles andere fehlschlägt, zögern Sie nicht, sich an unser Support-Team unter <support@adguard-vpn.com> zu wenden.
Wenn alles andere fehlschlägt, zögern Sie nicht, sich an unser Support-Team unter [support@adguard-vpn.com](mailto:support@adguard-vpn.com) zu wenden.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Download the installation file from [AdGuard VPN’s mirror website](https://adg

- If you have connectivity issues, do not enable *Use QUIC* in *Advanced settings*.

If all else fails, don’t hesitate to reach out to our support team at <support@adguard-vpn.com> for further assistance.
If all else fails, don’t hesitate to reach out to our support team at [support@adguard-vpn.com](mailto:support@adguard-vpn.com) for further assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to support the implementation of a new feature or bugfix, you can vo

The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

4. Send the log file to <devteam@adguard.com>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <devteam@adguard.com>. Attach the file link to your GitHub issue.
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.

5. Disable debug logging by typing:

Expand Down
Loading
Loading