Skip to content

Commit

Permalink
automatically update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
el-termikael authored and github-actions[bot] committed Nov 11, 2024
1 parent 37f20dc commit ac89d6e
Show file tree
Hide file tree
Showing 140 changed files with 2,425 additions and 2,463 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Více informací se dozvíte v [souvisejícím článku](/dns-client/overview/).
Soukromý AdGuard DNS můžete nastavit pomocí AdGuard VPN CLI (rozhraní příkazového řádku). Chcete-li začít pracovat s rozhraním AdGuard VPN CLI, musíte použít Terminal.

1. Nainstalujte AdGuard VPN CLI podle [těchto pokynů](https://adguard-vpn.com/kb/adguard-vpn-for-linux/installation/).
2. Přejděte do [nastavení](https://adguard-vpn.com/kb/adguard-vpn-for-linux/settings/).
2. Go to [Settings](https://adguard-vpn.com/kb/adguard-vpn-for-linux/settings/).
3. Chcete-li nastavit konkrétní server DNS, použijte příkaz: `adguardvpn-cli config set-dns <server_address>`, kde `<server_address>` je adresa vašeho privátního serveru.
4. Aktivujte nastavení DNS zadáním `adguardvpn-cli config set-system-dns on`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,91 +5,90 @@ sidebar_position: 3

## Co jsou propojené IP adresy a proč jsou užitečné

Ne všechna zařízení mohou podporovat šifrované protokoly DNS. V takovém případě by uživatelé měli zvážit nastavení nešifrovaného DNS.

Můžete použít **propojenou IP adresu**: v tomto nastavení bude služba zohledňovat všechny standardní dotazy DNS přicházející z této IP adresy a pro toto konkrétní zařízení. Jediným požadavkem na propojenou IP adresu je, že se musí jednat o rezidenční IP adresu.
Not all devices support encrypted DNS protocols. In this case, you should consider setting up unencrypted DNS. For example, you can use a **linked IP address**. The only requirement for a linked IP address is that it must be a residential IP.

:::note

**Rezidenční IP adresa** je přiřazená zařízení připojenému k rezidenčnímu ISP. Obvykle se váže k fyzickému místu a přiděluje se jednotlivým domům nebo bytům. Lidé používají rezidenční IP adresy pro každodenní online aktivity, jako je procházení webu, posílání e-mailů, používání sociálních médií nebo streamování obsahu.
A **residential IP address** is assigned to a device connected to a residential ISP. It's usually tied to a physical location and given to individual homes or apartments. People use residential IP addresses for everyday online activities like browsing the web, sending emails, using social media, or streaming content.

:::

Někdy se může stát, že je IP adresa rezidenční sítě již používána, a pokud se k ní pokusíte připojit, AdGuard DNS připojení zabrání.
Sometimes, a residential IP address may already be in use, and if you try to connect to it, AdGuard DNS will prevent the connection.
![Linked IPv4 address \*border](https://cdn.adtidy.org/content/kb/dns/private/new_dns/connect/linked.png)
If that happens, please reach out to support at [[email protected]](mailto:[email protected]), and they’ll assist you with the right configuration settings.

## Jak nastavit propojenou IP
## How to set up linked IP

Následující pokyny vysvětlují, jak se k zařízení připojit pomocí **propojené IP adresy**:
The following instructions explain how to connect to the device via **linking IP address**:

1. Otevřete hlavní panel.
2. Přidejte nové zařízení nebo otevřete nastavení dříve připojeného zařízení.
3. Přejděte na _Použít adresy DNS serverů_.
4. Otevřete _Běžné adresy DNS serveru_ a připojte propojenou IP.
1. Open Dashboard.
2. Add a new device or open the settings of a previously connected device.
3. Go to _Use DNS server addresses_.
4. Open _Plain DNS server addresses_ and connect the linked IP.
![Linked IP \*border](https://cdn.adtidy.org/content/kb/dns/private/new_dns/connect/linked_step4.png)

## Dynamický DNS: Proč je užitečný
## Dynamic DNS: Why it is useful

Při každém připojení zařízení k síti získá novou dynamickou IP adresu. Když se zařízení odpojí, server DHCP znovu přidělí IP adresy zbývajícím zařízením. To znamená, že dynamické IP adresy se mohou často a nepředvídatelně měnit. Proto je nutné aktualizovat nastavení při každém restartu zařízení nebo při změně sítě.
Every time a device connects to the network, it gets a new dynamic IP address. When a device disconnects, the DHCP server can assign the released IP address to another device on the network. This means dynamic IP addresses change frequently and unpredictably. Consequently, you'll need to update settings whenever the device is rebooted or the network changes.

Chcete-li automaticky aktualizovat propojenou IP adresu, můžete použít DNS. AdGuard DNS pravidelně kontroluje IP adresu vaší domény DDNS a propojuje ji s vaším serverem.
To automatically keep the linked IP address updated, you can use DNS. AdGuard DNS will regularly check the IP address of your DDNS domain and link it to your server.

:::note

Dynamická služba DNS (DDNS) je služba, která automaticky aktualizuje záznamy DNS, kdykoli se změní vaše IP adresa. Převádí IP adresy sítě na snadno čitelné názvy domén. Informace, které spojují název s IP adresou, jsou uloženy v tabulce na serveru DNS. DDNS tyto záznamy aktualizuje při každé změně IP adres.
Dynamic DNS (DDNS) is a service that automatically updates DNS records whenever your IP address changes. It converts network IP addresses into easy-to-read domain names for convenience. The information that connects a name to an IP address is stored in a table on the DNS server. DDNS updates these records whenever there are changes to the IP addresses.

:::

Takto nebudete muset ručně aktualizovat přidruženou IP adresu při každé její změně.
This way, you won’t have to manually update the associated IP address each time it changes.

## Dynamický DNS: Jak nastavit
## Dynamic DNS: How to set it up

1. Nejprve je třeba zkontrolovat, zda nastavení vašeho routeru podporuje DDNS:
- Přejděte do _Nastavení routeru__Sítě_
- Vyhledejte sekci DDNS nebo _Dynamický DNS_
- Přejděte na něj a ověřte, zda jsou nastavení skutečně podporována. _Jedná se pouze o příklad, jak to může vypadat. Může se lišit v závislosti na routeru_ ![DDNS supported \*mobile\_border](https://cdn.adtidy.org/content/kb/dns/private/new_dns/connect/dynamic_dns.png)
2. Zaregistrujte svou doménu u oblíbené služby, jako je [DynDNS](https://dyn.com/remote-access/), [NO-IP](https://www.noip.com/) nebo u jiného poskytovatele DDNS, který vám vyhovuje.
3. Zadejte doménu do nastavení routeru a synchronizujte konfigurace.
4. Přejděte do nastavení propojené IP a připojte adresu, poté přejděte na _Rozšířená nastavení_ a klikněte na _Konfigurace DDNS_.
5. Zadejte doménu, kterou jste dříve zaregistrovali, a klikněte na tlačítko _Konfigurace DDNS_.
1. First, you need to check if DDNS is supported by your router settings:
- Go to _Router settings__Network_
- Locate the DDNS or the _Dynamic DNS_ section
- Navigate to it and verify that the settings are indeed supported. _This is just an example of what it may look like. It may vary depending on your router_
![DDNS supported \*mobile\_border](https://cdn.adtidy.org/content/kb/dns/private/new_dns/connect/dynamic_dns.png)
2. Register your domain with a popular service like [DynDNS](https://dyn.com/remote-access/), [NO-IP](https://www.noip.com/), or any other DDNS provider you prefer.
3. Enter the domain in your router settings and sync the configurations.
4. Go to the Linked IP settings to connect the address, then navigate to _Advanced Settings_ and click _Configure DDNS_.
5. Input the domain you registered earlier and click _Configure DDNS_.
![Configure DDNS \*border](https://cdn.adtidy.org/content/kb/dns/private/new_dns/connect/dns_supported.png)

Hotovo, úspěšně jste nastavili DDNS!
All done, you've successfully set up DDNS!

## Automatizace propojené aktualizace IP pomocí skriptu
## Automation of linked IP update via script

### Ve Windows
### On Windows

Nejjednodušší je použít Plánovač úloh:
The easiest way is to use the Task Scheduler:

1. Vytvořte úlohu:
- Otevřete Plánovač úloh.
- Vytvořte novou úlohu.
- Nastavte spouštění na každých 5 minut.
- Jako akci vyberte _Spustit program_.
2. Vyberte program:
- Do pole _Program nebo Script_ zadejte \`powershell'
- Do pole _Přidat argumenty_ zadejte:
- `Příkaz "Invoke-WebRequest -Uri 'https://linkip.adguard-dns.com/linkip/{ServerID}/{UniqueKey}'"`
3. Uložte úlohu.
1. Create a task:
- Open the Task Scheduler.
- Create a new task.
- Set the trigger to run every 5 minutes.
- Select _Run Program_ as the action.
2. Select a program:
- In the _Program or Script_ field, type \`powershell'
- In the _Add Arguments_ field, type:
- `Command "Invoke-WebRequest -Uri 'https://linkip.adguard-dns.com/linkip/{ServerID}/{UniqueKey}'"`
3. Save the task.

### V macOS a Linux
### On macOS and Linux

V systémech MacOS a Linux je nejjednodušší použít příkaz `cron`:
On macOS and Linux, the easiest way is to use `cron`:

1. Otevřete crontab:
- V Terminalu spusťte `crontab -e`.
2. Přidejte úlohu:
- Vložte následující řádek:
`/5 * * * * curl https://linkip.adguard dns.com/linkip/{ServerID}/{UniqueKey}`
- Tato úloha se spustí každých 5 minut
3. Uložte crontab.
1. Open crontab:
- In the terminal, run `crontab -e`.
2. Add a task:
- Insert the following line:
`/5 * * * * curl https://linkip.adguard-dns.com/linkip/{ServerID}/{UniqueKey}`
- This job will run every 5 minutes
3. Save crontab.

:::note Důležité

- Ujistěte se, že máte nainstalovaný `curl` na macOS a Linuxu.
- Nezapomeňte zkopírovat adresu z nastavení a nahradit `ServerID` a `UniqueKey`.
- Pokud je vyžadována složitější logika nebo zpracování výsledků dotazu, zvažte použití skriptů (např. Bash, Python) ve spojení s plánovačem úloh nebo cronem.
- Make sure you have `curl` installed on macOS and Linux.
- Remember to copy the address from the settings and replace the `ServerID` and `UniqueKey`.
- If more complex logic or processing of query results is required, consider using scripts (e.g. Bash, Python) in conjunction with a task scheduler or cron.

:::
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Man kan læse mere om dette i den [relaterede artikel](/dns-client/overview/).
Man kan opsætte Private AdGuard DNS vha. AdGuard VPN CLI (kommandolinjegrænseflade). For at komme i gang med AdGuard VPN CLI skal man bruge Terminal.

1. Installér AdGuard VPN CLI ved at følge [denne vejledning](https://adguard-vpn.com/kb/adguard-vpn-for-linux/installation/).
2. Gå til [indstillinger](https://adguard-vpn.com/kb/adguard-vpn-for-linux/settings/).
2. Go to [Settings](https://adguard-vpn.com/kb/adguard-vpn-for-linux/settings/).
3. For at indstille en bestemt DNS-server, brug kommandoen: `adguardvpn-cli config set-dns <server_address>`, hvor `<server_address>` er adressen på den private server.
4. Aktivér DNS-indstillingerne ved at indtaste `adguardvpn-cli config set-system-dns on`.

Expand Down
Loading

0 comments on commit ac89d6e

Please sign in to comment.