remove plex proxy

This commit is contained in:
Yan Lin 2026-02-07 07:25:20 +01:00
parent f0e54a43b1
commit 1b5bff2a07

View file

@ -27,17 +27,6 @@
}; };
}; };
tv = {
rule = "Host(`tv.yanlincs.com`)";
service = "tv";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
}; };
services = { services = {
@ -51,14 +40,6 @@
}; };
}; };
tv = {
loadBalancer = {
servers = [{
url = "http://nfss.yanlincs.com:32400";
}];
};
};
}; };
}; };