fix(proxy): don't attempt to use rfc2136 configs
This commit is contained in:
parent
aec4c48842
commit
97b996337d
1 changed files with 2 additions and 5 deletions
|
@ -16,9 +16,6 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
||||||
template_parameters = [
|
template_parameters = [
|
||||||
"aws_access_key",
|
"aws_access_key",
|
||||||
"aws_secret_key",
|
"aws_secret_key",
|
||||||
"rfc2136_nameserver",
|
|
||||||
"rfc2136_tsig_key",
|
|
||||||
"rfc2136_tsig_secret",
|
|
||||||
"smart_zone"
|
"smart_zone"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -83,8 +80,8 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
||||||
name = "smart-proxy"
|
name = "smart-proxy"
|
||||||
config_filename = "smart_proxy.{{ group.id }}.conf"
|
config_filename = "smart_proxy.{{ group.id }}.conf"
|
||||||
disable_api_termination = false
|
disable_api_termination = false
|
||||||
dns_zone = "{{ smart_aws_zone }}"
|
dns_zone = "{{ smart_zone }}"
|
||||||
max_transfer_per_hour = "10000000000"
|
max_transfer_per_hour = "13000000000"
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue