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: dnsNames:
- apfelkuchen.badhouseplants.net - apfelkuchen.badhouseplants.net
workload: workload:
replicas: 1 replicas: 2
containers: containers:
server-xray: server-xray:
ports: ports:
@ -27,17 +27,6 @@ traefik:
tls: tls:
secretName: apfelkuchen.badhouseplants.net secretName: apfelkuchen.badhouseplants.net
passthrough: true 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: shortcuts:
hostname: apfelkuchen.badhouseplants.net hostname: apfelkuchen.badhouseplants.net
ingress: ingress:

File diff suppressed because one or more lines are too long