added the tls configuration for pxy targets

This commit is contained in:
2025-08-24 14:36:10 +09:00
parent 42ceb5f3fa
commit e2a3180ec7
4 changed files with 13 additions and 1 deletions

View File

@ -75,6 +75,7 @@ type ServerConfig struct {
PxyAddrs []string
PxyTls *tls.Config
PxyTargetTls *tls.Config
WpxAddrs []string
WpxTls *tls.Config