AdguardTeam / AdguardTeam/AdGuardHome
Support relative path when running as Windows Service
オープン
compatibility
enhancement
P4: Low
- 主要言語
- TypeScript
- スター
- 36.9k
- フォーク
- 2.5k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
OS: Windows
Issue
in `AdGuardHome.yml`, there is an option `upstream_dns_file`, which serves as an extension of the yaml config.
Usually I put the upstream_dns_file in the same folder , in other words, a relative path ref such as "upstream_dns_file: upstream_dns_file.txt" will do the trick when ADGuardHome is running as an exe file
However, when running as a Windows Service, ADGuardHome wont recognize such relative path ref, In other words, when running as a windows service, only absolute path such as `upstream_dns_file: D:\AdGuardHome\ups_domains.conf` will work
Can we make the Service part supports rel paths ? Thanks
コントリビューションガイド
評価
この issue はまだ評価されていません。