remove kured [ci skip]
This commit is contained in:
parent
22ef38c8b9
commit
eabe72f9f2
3 changed files with 10 additions and 5 deletions
|
|
@ -642,11 +642,11 @@ module "tor-proxy" {
|
|||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "kured" {
|
||||
source = "./kured"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
notify_url = var.kured_notify_url
|
||||
}
|
||||
# module "kured" {
|
||||
# source = "./kured"
|
||||
# tls_secret_name = var.tls_secret_name
|
||||
# notify_url = var.kured_notify_url
|
||||
# }
|
||||
|
||||
module "onlyoffice" {
|
||||
source = "./onlyoffice"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,11 @@ variable "xray_reality_clients" { type = list(map(string)) }
|
|||
variable "xray_reality_private_key" { type = string }
|
||||
variable "xray_reality_short_ids" { type = list(string) }
|
||||
|
||||
# Github repo - https://github.com/teddysun/across/blob/master/docker/xray/README.md
|
||||
# Clients:
|
||||
# iOS - OneXRay - https://github.com/OneXray/OneXray
|
||||
# MacOS - V2BOX
|
||||
|
||||
|
||||
module "tls_secret" {
|
||||
source = "../setup_tls_secret"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue