mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
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