Closed johntdyer closed 1 year ago
I am guessing this might be related to mDNS transponder. I will take a look at it this weekend.
Seems to be working w/ 2.6.6-experemental branch. Thank you !
Fixed in v2.6.6
Is this the same bug?
Zoraxy version 2.6.8
2023/12/19 09:33:21 [Auth] New authentication session key generated
2023/12/19 09:33:21 [zeroconf] no suitable IPv6 interface: listen udp6 [ff02::]:5353: socket: address family not supported by protocol
2023/12/19 09:33:21 Environment variable ZT_AUTH not defined. Trying to load authtoken from file.
2023/12/19 09:33:21 Failed to initialize resolver: listen udp6 [ff02::]:5353: socket: address family not supported by protocol
Using the docker compose file:
zoraxy:
image: zoraxydocker/zoraxy:latest
container_name: zoraxy
ports:
- 55480:80
- 55443:443
- 58005:8000/tcp
volumes:
- $APPDATADIR/zoraxy:/opt/zoraxy/config/
environment:
ARGS: '-noauth=false'
@tobychui
@purple-emily Seasonal greetings!
Try disable mDNS in startup parameter and restart zoraxy. I am having my holiday and don't have my working laptop with me. If you have further questions or discovery, leave them here and I will follow up later.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
ipv6 is disabled
Expected behavior It should start
Screenshots
Browser (if it is a bug appears on the UI section of the system):
Host Environment (please complete the following information):
Additional context Add any other context about the problem here.