AdguardTeam / AdguardTeam/AdGuardHome

add info to docs about static routes

オープン
#6,792 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
feature request
主要言語
TypeScript
スター
36.9k
フォーク
2.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Prerequisites

- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer

- [X] I have searched other issues and found no duplicates

- [X] I want to request a feature or enhancement and not ask a question

### The problem

https://github.com/AdguardTeam/AdGuardHome/wiki/DHCP
is missing an important example on how to add static routes

### Proposed solution

more or less the example would be:
```
- generate hex on https://www.medo64.com/2018/01/configuring-classless-static-route-option/
- eg: for 192.168.0/24 via 192.168.1.18 = 0x00C0A8011218C0A800C0A80112
- remove the 0x from the string
- open AdGuardHome.yaml, go to the `dhcp.dhcpv4.options` array field and modify like this:
```
options:
- 121 hex 00C0A8011218C0A800C0A80112
```
- restart adgh
```

### Alternatives considered and additional information

https://www.reddit.com/r/Adguard/comments/jncg3o/dhcp_options_in_adguard_home/

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。