Closed presentpro closed 7 months ago
Are you sure you have the latest Image Version? Looks Like new Config Mixed up with an old Image
That sounds like it would make sense, is there any to tell in the logs, or another change I should make in the compose file. I thought the yaml compose file line below would use the latest image?
image: 'ghcr.io/seji64/snidust:main'
Thank you, you were correct my normal update still hadn't pulled the most recent image. I manually refreshed this again and the image now is able to run with nginx. There are still 2 errors shown, I'm not sure whether these are going to similarly relate to crashes downstream as before, or whether this is now fully resolved..
Error while retrieving the security update for version dnsdist-1.8.2: Unable to get a valid Security Status update
Failed to retrieve security status update for '1.8.2' on dnsdist-1.8.2.security-status.secpoll.powerdns.com.
these are no errors => safe to ignore
Sorry if this is not well explained, I'm not an expert in this area.
Since the new update for changing the ports, it continued to work to some extent without making changes. However, if I change the ports in the yaml (using docker compose) file as recommended in the docs I end up with an error code and it no longer works, won't respond to DNS queries. New ports below:
I get the following error code:
2024-04-08T17:22:25Z ERR invalid CIDR address: /32 acl=cidr
Additionally, this may be related to using the old port method - but I have always had an issue with the below errors, and random crashes which I feel may be related but could never get to the bottom of:
SniDust becomes unresponsive with lots of these types of errors in the logs:
Any recommendations on how to fix these issues. Appreciate work on SniDust