Refactor m3uproxy configuration to include GeoIP updates
This commit is contained in:
@@ -43,11 +43,6 @@ variable "nextcloud_admin_password" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "collabora_admin_password" {
|
||||
description = "Collabora access password"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "wireguard_private_key" {
|
||||
description = "Wireguard public key"
|
||||
type = string
|
||||
@@ -67,3 +62,13 @@ variable "m3uproxy_secret" {
|
||||
description = "M3UProxy HMAC secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "maxmind_account_id" {
|
||||
description = "Maxmind account ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "maxmind_license_key" {
|
||||
description = "Maxmind license key"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user