Update xray configuration

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
Nikolai Rodionov 2025-05-18 23:38:36 +02:00
parent e5114fcbb3
commit b9453afc2a
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B
3 changed files with 21 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ certificate:
dnsNames:
- apfelkuchen.badhouseplants.net
workload:
replicas: 1
replicas: 2
containers:
server-xray:
ports:
@ -27,17 +27,6 @@ traefik:
tls:
secretName: apfelkuchen.badhouseplants.net
passthrough: true
- name: server-shadowsocks-public-edge-tcp
service: server-apfelkuchen-shadowsocks-tcp
match: HostSNI(`*`)
entrypoint: ssocks-etcp
port: 8443
udpRoutes:
- name: server-shadowsocks-public-edge-udp
service: server-apfelkuchen-shadowsocks-udp
match: HostSNI(`*`)
entrypoint: ssocks-eudp
port: 8443
shortcuts:
hostname: apfelkuchen.badhouseplants.net
ingress:

File diff suppressed because one or more lines are too long