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

@ -141,6 +141,9 @@ type ServerConfig struct {
PXY struct {
Service PXYServiceConfig `yaml:"service"`
TLS ServerTLSConfig `yaml:"tls"`
Target struct {
TLS ClientTLSConfig `yaml:"tls"`
} `yaml:"target"`
} `yaml:"pxy"`
WPX struct {