1. Simple
Return a record as it is. No policy applies. Please refer to record types for format.
2. Geolocation
Return different results based on geolocation settings.
Available Record Types: A, CNAME
Format: [geolocation_code] [record] per line.
Geolocation code can be DEF, 2-letter country code, or 3-letter continent code. Multiple geolocation codes in the same type can be separated by a "|".
Example:
DEF 1.1.1.1 -- Default code, mandatory
SG 3.3.3.3 -- 2-letter country code
EEE 4.4.4.4 -- 3-letter continent code.
HK|JP|KR 5.5.5.5 -- Multiple country codes separated by "|"
More Details about geolocation code can be found here: https://my.starrydns.com/index.php?rp=/knowledgebase/218/
3. Weight
Return a record based on weight parameters.
Available Record Types: A, AAAA, CNAME
Format: [weight] [record] per line.
Example:
10 1.1.1.1
20 2.2.2.2
30 3.3.3.3
4. Random
Return a record from the list randomly.
Available Record Types: A, AAAA, CNAME
Example:
1.1.1.1
2.2.2.2
3.3.3.3
A record from the list above will be randomly picked and returned.