[GH-ISSUE #471] Help/Version Command Not Working Properly #164

Closed
opened 2026-02-26 04:34:15 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Jun 11, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/471

What is Happening

--version and --help command doesn't executing properly, DPS is not being terminated after execute.

$ docker run --rm defreitas/dns-proxy-server:3.19.2-snapshot --version
3.19.2-snapshot11:28:16.019 [main           ] INF c.m.dnsproxyserver.config.dataprovider.JsonConfigsl=75   m=createDefault                   status=createdDefaultConfigFile, path=/app/conf/config.json
11:28:16.020 [main           ] DEB c.m.d.config.dataprovider.ConfigDAOJson           l=39   m=find                            configPath=/app/conf/config.json
....

What is Expected

Execute the command and exit the program right after.

Specs

  • DPS Version: 3.19.2-snapshot
Originally created by @mageddo on GitHub (Jun 11, 2024). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/471 ## What is Happening --version and --help command doesn't executing properly, DPS is not being terminated after execute. ``` $ docker run --rm defreitas/dns-proxy-server:3.19.2-snapshot --version 3.19.2-snapshot11:28:16.019 [main ] INF c.m.dnsproxyserver.config.dataprovider.JsonConfigsl=75 m=createDefault status=createdDefaultConfigFile, path=/app/conf/config.json 11:28:16.020 [main ] DEB c.m.d.config.dataprovider.ConfigDAOJson l=39 m=find configPath=/app/conf/config.json .... ``` ## What is Expected Execute the command and exit the program right after. ## Specs * DPS Version: `3.19.2-snapshot`
kerem 2026-02-26 04:34:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#164
No description provided.