Update wireguard and squid versions; reduce num_workers in m3uproxy configuration
This commit is contained in:
@@ -25,7 +25,8 @@ locals {
|
|||||||
|
|
||||||
# m3uproxy
|
# m3uproxy
|
||||||
m3uproxy_version = "latest"
|
m3uproxy_version = "latest"
|
||||||
wireguard_version = "latest"
|
wireguard_version = "1.0.20210914-r4-ls54"
|
||||||
|
squid_version = "6.1-23.10_edge"
|
||||||
m3uproxy_fqdn = "tv.alexpires.me"
|
m3uproxy_fqdn = "tv.alexpires.me"
|
||||||
geoip_image = "maxmindinc/geoipupdate"
|
geoip_image = "maxmindinc/geoipupdate"
|
||||||
geoip_version = "latest"
|
geoip_version = "latest"
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ resource "kubernetes_deployment" "proxy_pt" {
|
|||||||
|
|
||||||
container {
|
container {
|
||||||
name = "squid"
|
name = "squid"
|
||||||
image = "ubuntu/squid:edge"
|
image = "ubuntu/squid:${local.squid_version}"
|
||||||
|
|
||||||
port {
|
port {
|
||||||
container_port = 3128
|
container_port = 3128
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"playlist": "conf/playlist.json",
|
"playlist": "conf/playlist.json",
|
||||||
"epg": "https://m3upt.com/epg",
|
"epg": "https://m3upt.com/epg",
|
||||||
"default_timeout": 3,
|
"default_timeout": 3,
|
||||||
"num_workers": 10,
|
"num_workers": 5,
|
||||||
"scan_time": 3600,
|
"scan_time": 3600,
|
||||||
"security": {
|
"security": {
|
||||||
"geoip": {
|
"geoip": {
|
||||||
|
|||||||
Reference in New Issue
Block a user