-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
dnsproxy v0.75.0 r-1 #25864
Comments
Please paste your configuration. |
thanks,. as I said it is the same since a while. BTW when I re install the 0.74.1 version, that config works.
|
diff --git a/net/dnsproxy/files/dnsproxy.init b/net/dnsproxy/files/dnsproxy.init
index 86062d142a6a..71a95f24f207 100644
--- a/net/dnsproxy/files/dnsproxy.init
+++ b/net/dnsproxy/files/dnsproxy.init
@@ -128,9 +128,9 @@ start_service() {
# This must be set at last, all other options set after this will be ignored
is_enabled "hosts" "enabled" && {
- append_param "--hosts-file-enabled" "true"
+ append_param "--hosts-file-enabled=true"
config_list_foreach "hosts" "hosts_files" "append_param '--hosts-files'"
- } || append_param "--hosts-file-enabled" "false"
+ } || append_param "--hosts-file-enabled=false"
procd_set_param respawn
procd_set_param stdout 1 apply this patch and it should work then |
From the release notes:
Introduced by commit AdguardTeam/dnsproxy@429c98c I believe your error is due to the value "true" not being recognised as bool, rather as a positional argument. |
Works great thanks |
@1715173329
I've updated the package for myself as usual to the lastest version, and I always keep the same setting, but now, error, does not work. First time the package does not work after update.
I change nothing on my setting and we upgraded to 0.75 and here the error:
parsing options: positional arguments are not allowed, please check your command line arguments; detected positional arguments: [false] Thu Jan 30 21:04:30 2025 [daemon.info](http://daemon.info/) dnsproxy[26630]: jail: jail (26631) exited with exit: 2
The text was updated successfully, but these errors were encountered: