Closed mach-kernel closed 1 year ago
If geo_location_country is specified, geo_location_subdivision will always be ignored. And you need to specify both arguments. Our use case is to replicate this Change to make a geolocation rule for Crimea:
geo_location_country
geo_location_subdivision
Change
<Change> <Action>CREATE</Action> <ResourceRecordSet> <Name>verysupercool.lookatme.example.com</Name> <Type>A</Type> <SetIdentifier>test</SetIdentifier> <GeoLocation> <CountryCode>UA</CountryCode> <SubdivisionCode>11</SubdivisionCode> </GeoLocation> <TTL>300</TTL> <ResourceRecords> <ResourceRecord> <Value>127.0.0.1</Value> </ResourceRecord> </ResourceRecords> </ResourceRecordSet> </Change>
#geo_location no longer ignores geo_location_subdivision
#geo_location
@mach-kernel please add a CHANGELOG entry
@ramereth added :)
Happy 2023
Description
If
geo_location_country
is specified,geo_location_subdivision
will always be ignored. And you need to specify both arguments. Our use case is to replicate thisChange
to make a geolocation rule for Crimea:Issues Resolved
#geo_location
no longer ignoresgeo_location_subdivision
Check List