You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I ran below command from asia I don't get correct ip
➜ ~ dig -t a +short test.s-m.app
157.90.127.83
➜ ~ dig -t a +short test.asia.s-m.app
185.53.143.66
as you see it get test.asia record as subdomain.
I build geodns with this docker file
FROM golang:1.22rc1
RUN apt-get update \
&& apt-get install -y libgeoip-dev
RUN git clone https://github.com/abh/geodns.git /geodns
WORKDIR /geodns
RUN go build && ./geodns -h
CMD [ "./geodns", "-log" ]
Hi every one, I have a file named s-m.app.json that contains this
but when I ran below command from asia I don't get correct ip
➜ ~ dig -t a +short test.s-m.app
157.90.127.83
➜ ~ dig -t a +short test.asia.s-m.app
185.53.143.66
as you see it get test.asia record as subdomain.
I build geodns with this docker file
and run it with this
docker-compose.yml
fileI tried
asia.test
with putting"version": 2
at top of file but nothing changed.The text was updated successfully, but these errors were encountered: