feat: Remove GeoIP features from smart proxy
This commit is contained in:
parent
0ebfe28b89
commit
055c7a718a
2 changed files with 3 additions and 3 deletions
|
@ -58,6 +58,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
|||
key_secret = local.rfc2136_tsig_secret
|
||||
key_algorithm = "hmac-sha512"
|
||||
timeout = "60s"
|
||||
retries = 5
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -104,8 +105,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
|||
rfc2136_nameserver = local.rfc2136_nameserver
|
||||
rfc2136_tsig_key = local.rfc2136_tsig_key
|
||||
rfc2136_tsig_secret = local.rfc2136_tsig_secret
|
||||
maxmind_account_id = "{{ maxmind_account_id }}"
|
||||
maxmind_license_key = "{{ maxmind_license_key }}"
|
||||
max_transfer_per_hour = "10000000000"
|
||||
}
|
||||
|
||||
resource "aws_s3_object" "smart_config_{{ group.id }}" {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 211b385f620343163c0ca487171ff8ab266e86ef
|
||||
Subproject commit 0d4ebd7274bab8404896e41021d00df6588cc9b5
|
Loading…
Add table
Add a link
Reference in a new issue