-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34a867d
commit a477980
Showing
122 changed files
with
2,278 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
...ent-docs/current/adguard-vpn-for-android/solving-problems/low-level-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
title: Průvodce nízkoúrovňových nastavení | ||
sidebar_position: 6 | ||
--- | ||
|
||
## Jak dosáhnout nízkoúrovňových nastavení | ||
|
||
:::caution | ||
|
||
Změna _Nízkoúrovňových nastavení_ může způsobit problémy s výkonem AdGuard VPN, může přerušit internetové připojení nebo ohrozit vaši bezpečnost a soukromí. Tuto sekci byste měli otevřít pouze v případě, že víte, co děláte, nebo vás o to požádal náš tým podpory. | ||
|
||
::: | ||
|
||
Chcete-li přejít na _Nízkoúrovňová nastavení_, otevřete aplikaci AdGuard VPN a klepněte na ikonu ozubeného kola v pravém dolním rohu obrazovky. Poté zvolte _Obecné_ → _Pokročilé_ → _Nízkoůrovňová nastavení_. | ||
|
||
## Nízkoúrovňová nastavení | ||
|
||
Níže uvádíme všechna nízkoúrovňová nastavení dostupná v AdGuard VPN pro Android a vysvětlujeme, k čemu slouží. Ještě jednou vás vyzýváme, abyste si s těmito nastaveními nezahrávali naslepo, i když jste si přečetli tuto příručku. Považujte ji za tahák pro případy, kdy víte, co děláte, ale chcete si doplnit konkrétní informace. | ||
|
||
### AdGuard VPN protokol | ||
|
||
Ve výchozím nastavení používá protokol AdGuard VPN transportní protokol HTTP/2, aby nedošlo k detekci a byla zachována vysoká rychlost. Více informací o jeho implementaci si můžete přečíst ve [specializovaném článku](/general/adguard-vpn-protocol.md). | ||
|
||
AdGuard VPN můžete přepnout tak, aby místo toho používala transportní protokol QUIC. [QUIC](https://adguard-vpn.com/kb/general/why-adguard-vpn/#6-quic-support) je relativně nový protokol a proto může být méně stabilní. Pokud je však vaše internetové připojení nestabilní (např. při připojení k veřejné Wi-Fi), poskytuje lepší zabezpečení a zvyšuje rychlost připojení díky technologii [Head-Of-Line Blocking](https://adguard-dns.io/en/blog/dns-over-quic.html#headoflineblocking). | ||
|
||
### Zahrnout bránu Wi-Fi v trasách VPN | ||
|
||
Pokud je toto nastavení povoleno, budou IP adresy brány přidány do tras VPN při připojení k Wi-Fi. | ||
Pokud ho zakážete, změní se konfigurace tras (filtrované rozsahy IP). Brána Wi-Fi sítě, ke které je uživatel připojen, bude vyloučena, a proto nebude podléhat filtrování. | ||
|
||
Toto nastavení je ve výchozím nastavení povoleno. | ||
|
||
### Zachytávání paketů (PCAP) | ||
|
||
If this setting is enabled, AdGuard VPN will create a `.pcap` file with a timestamp for its name (for instance, `1682599851461.pcap`) in the app cache directory. This file lists all network packets transferred through the VPN and can be analyzed with the [Wireshark program](https://www.wireshark.org/). | ||
|
||
### Watchdog | ||
|
||
Watchdog monitors the VPN process state to check if there are any problems with it. When enabled, AdGuard VPN will protect itself against aggressive battery saver apps that could otherwise kill it. | ||
|
||
### Preferred IP version | ||
|
||
Here you can set up the endpoint addresses. There are three options: IPv4, IPv6 or IPv4 and IPv6 (if your device supports both). | ||
|
||
### IPv4 ranges excluded from VPN | ||
|
||
VPN tunneling for the IPv4 ranges listed in this section will be disabled. | ||
|
||
### IPv6 interface | ||
|
||
After enabling this option you will have an IPv6 address while routing traffic through the VPN connection. You can set up the exclusions in the _IPv6 ranges excluded from VPN_. | ||
|
||
### IPv6 ranges excluded from VPN | ||
|
||
VPN tunneling for the IPv6 ranges listed in this section will be disabled. | ||
|
||
:::note | ||
|
||
You need to enable _IPv6 interface_ setting in _Low-level settings_ first, otherwise this setting will not be applied. | ||
|
||
::: | ||
|
||
### MTU (maximum transmission unit) | ||
|
||
Here you can set the maximum size (in bytes) of the data packet used in local VPN. The recommended range is 1500-9000 bytes. | ||
|
||
### Excluded apps | ||
|
||
You can list here UIDs (unique identifiers) or package names of the apps that you want to exclude from VPN routing. | ||
Unlike with apps added to regular _Exclusions_, the traffic of apps added to _Excluded apps_ doesn’t go to the local VPN service on your device at all. Instead, it goes directly to the destination. | ||
|
||
### Proxy server port | ||
|
||
Here you can set up the internal SOCKS5 proxy server port. The default option is 1080. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Pokud chcete podpořit zavedení nové funkce nebo opravu chyby, můžete pro to | |
|
||
`zip -rj ~/Downloads/logs.zip ~/Library/"Application Support"/adguardvpn-cli/*.log` | ||
|
||
4. Odešlete soubor se záznamem na [email protected]. 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 [email protected]. Přiložte odkaz na soubor do svého problému na GitHubu. | ||
4. Odešlete soubor se záznamem na <[email protected]>. 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 <[email protected]>. Přiložte odkaz na soubor do svého problému na GitHubu. | ||
|
||
5. Vypněte protokolování ladění zadáním: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,11 @@ The default IP address for most routers is `192.168.1.1` or `192.168.0.1`. If | |
|
||
1. Open Command Prompt: | ||
|
||
```bash | ||
ipconfig | ||
``` | ||
```bash | ||
ipconfig | ||
``` | ||
|
||
1. Look for the _Default Gateway_ under your active network connection. This is your router’s IP address. | ||
2. Look for the _Default Gateway_ under your active network connection. This is your router’s IP address. | ||
|
||
### On macOS and Linux | ||
|
||
|
@@ -59,23 +59,23 @@ You’ll need an SSH client. Most Linux and macOS systems come with an SSH clien | |
|
||
2. Run the SSH command: | ||
|
||
```bash | ||
ssh [email protected] | ||
``` | ||
```bash | ||
ssh [email protected] | ||
``` | ||
|
||
Replace `192.168.1.1` with your router’s IP address. | ||
Replace `192.168.1.1` with your router’s IP address. | ||
|
||
1. If this is your first time connecting to the router via SSH, you’ll see a message like this: | ||
3. If this is your first time connecting to the router via SSH, you’ll see a message like this: | ||
|
||
```text | ||
```text | ||
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established. | ||
ECDSA key fingerprint is SHA256:... | ||
Are you sure you want to continue connecting (yes/no/[fingerprint])? | ||
``` | ||
``` | ||
|
||
Type `yes` and press Enter. | ||
Type `yes` and press Enter. | ||
|
||
1. Enter the router’s password when prompted. The default username is `root` and the default password is `keenetic`. | ||
4. Enter the router’s password when prompted. The default username is `root` and the default password is `keenetic`. | ||
|
||
### PuTTY (Windows 8 and earlier) | ||
|
||
|
12 changes: 6 additions & 6 deletions
12
.../current/adguard-vpn-for-linux/setting-up-on-a-router/setting-up-on-a-router.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
title: Setting up on a router | ||
title: Nastavení na routeru | ||
sidebar_position: 1 | ||
--- | ||
|
||
Learn how to set up AdGuard VPN for Linux on a router. | ||
Přečtěte si, jak nastavit AdGuard VPN pro Linux na routeru. | ||
|
||
- [Instructions for Keenetic routers](/adguard-vpn-for-linux/setting-up-on-a-router/keenetic.md) | ||
- [Pokyny pro routery Keenetic](/adguard-vpn-for-linux/setting-up-on-a-router/keenetic.md) | ||
|
||
- [Instructions for OpenWRT routers](/adguard-vpn-for-linux/setting-up-on-a-router/openwrt.md) | ||
- [Pokyny pro routery OpenWRT](/adguard-vpn-for-linux/setting-up-on-a-router/openwrt.md) | ||
|
||
- [Instructions for Asuswrt-Merlin routers](/adguard-vpn-for-linux/setting-up-on-a-router/asuswrt-merlin.md) | ||
- [Pokyny pro routery Asuswrt-Merlin](/adguard-vpn-for-linux/setting-up-on-a-router/asuswrt-merlin.md) | ||
|
||
More instructions for other router brands and firmware options will be added here soon. | ||
Brzy zde budou přidány další pokyny pro další značky routerů a možnosti firmwaru. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.