mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #141] Geo dns not work #384
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadeghpro on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/abh/geodns/issues/141
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.ymlfileI tried
asia.testwith putting"version": 2at top of file but nothing changed.