Feature: add dns.geoip-code support
This commit is contained in:
@@ -91,6 +91,9 @@ data class ConfigurationOverride(
|
||||
@SerialName("geoip")
|
||||
var geoIp: Boolean? = null,
|
||||
|
||||
@SerialName("geoip-code")
|
||||
var geoIpCode: String? = null,
|
||||
|
||||
@SerialName("ipcidr")
|
||||
var ipcidr: List<String>? = null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user