mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #130] How to correctly distinguish normal subrecords from country codes when subrecords are the same as country codes #378
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#378
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 @shirakun on GitHub (Oct 23, 2021).
Original GitHub issue: https://github.com/abh/geodns/issues/130
Hi
I looked at this sample configuration and I had a question
https://github.com/abh/geodns/blob/main/dns/test.example.com.json
When I set up the following record for
example.comAttempts to request records from
Swedenforexample.comwill return192.168.1.3A request from
Malaysiawill return192.168.1.2But
myhere stands formyselfsehere stands forSpecial Editionhttps://github.com/abh/geodns/issues/50
I found other similar questions in issues
but no solution
How to distinguish between geo records and normal records?
@gmmoura commented on GitHub (Nov 5, 2021):
my here stands for myself se here stands for Special EditionHow so?
GeoDNS subzones are exactly this my and se, which are country codes used by Maxmind.
Are you trying to override it?
@shirakun commented on GitHub (Nov 19, 2021):
I don't know how to describe this problem in English
I don't know if you can understand him if I describe him like this
I set 3 a records
I want to:
abc.com-> 1.1.1.1my.abc.com-> 1.1.1.2se.abc.com-> 1.1.1.3@matheswaran99 commented on GitHub (Aug 10, 2022):
@abh Is there any solution for this scenario?
@ghost commented on GitHub (Oct 2, 2022):
@abh
Hello, I need this too.
@lanceocc commented on GitHub (Mar 28, 2024):
@abh
Hello, I need this too.
@shirakun commented on GitHub (Mar 28, 2024):
Hi
geodns doesn't seem to solve this problem,when looking at the readme you will find geodns all around the geo record function
I recommend knot dns
This is the alternative to geodns that I have found so far.
knot dns is easier to configure and supports geo record and doesn't have this issue
https://www.knot-dns.cz/
https://blog.apnic.net/2018/11/14/geoip-in-knot-dns-2-7/