Skip to content

[AGM-2402] Update AdGuard for Linux #673

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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

puglieri
Copy link
Contributor

No description provided.

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

@@ -5,6 +5,8 @@ sidebar_position: 2

## Install AdGuard for Linux

Before starting, you have to open the command line in your computer. On Linux, press `Ctrl+Alt+T`. On Mac, type `Terminal` in the search field.

To install AdGuard, enter:

Release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это команда для терминала?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это горячие клавиши, переписала в кавычках

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вопрос был про строку 12 со словом Release
а горячие клавиши и вводимое слово Terminal лучше выделить курсивом. см. редполитику о том, когда кавычки используем: https://www.notion.so/adguard/0df1a9bec9464fbf88bd813312ab0c26?pvs=4#25735cd772fd4083852762bc9d2ba57a

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

2 similar comments
Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

1 similar comment
Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

1 similar comment
Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

github-actions bot commented Apr 1, 2025

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

github-actions bot commented Apr 1, 2025

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

github-actions bot commented Apr 1, 2025

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

@puglieri puglieri requested a review from el-termikael April 1, 2025 14:15
@@ -5,6 +5,8 @@ sidebar_position: 2

## Install AdGuard for Linux

Before starting, you have to open the command line in your computer. On Linux, press `Ctrl+Alt+T`. On Mac, type `Terminal` in the search field.

To install AdGuard, enter:

Release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вопрос был про строку 12 со словом Release
а горячие клавиши и вводимое слово Terminal лучше выделить курсивом. см. редполитику о том, когда кавычки используем: https://www.notion.so/adguard/0df1a9bec9464fbf88bd813312ab0c26?pvs=4#25735cd772fd4083852762bc9d2ba57a

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

1 similar comment
Copy link

Preview was deployed to: https://pull-request-673.kb-adg.pages.dev/

@puglieri puglieri requested a review from el-termikael April 21, 2025 12:41
By default, the proxy server listens on `127.0.0.1` — the address of the loopback network interface.
There are two ways to make the proxy server listen on a different interface:

1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All steps are 1

1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on.
1. Edit the config file directly.
1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`.
1. Look for the key `listen_address` and set its value accordingly. To listen on all available network interfaces, set the listen address to `0.0.0.0`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the issue with IPv6 addresses in this field has been fixed, :: should be included in the example:

To listen on all available network interfaces, set the listen address to `0.0.0.0` or `::`.


1. Run `adguard-cli config set listen_address <address>` where `<address>` is the address to listen on.
1. Edit the config file directly.
1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two steps should be indented

1. To determine the location of the config file, run `adguard-cli config show | grep "Config location"`.
1. Look for the key `listen_address` and set its value accordingly. To listen on all available network interfaces, set the listen address to `0.0.0.0`.

> Listening on IPv6 addresses is currently not supported
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the issue with IPv6 addresses in this field has been fixed, this warning should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants