Switch TCP router to point to TLS port

This commit is contained in:
Joey Hafner 2024-08-09 15:57:08 -07:00
parent e1f79bcaa8
commit e45dfd64e8
No known key found for this signature in database

View File

@ -12,6 +12,6 @@ tcp:
silver-hand:
loadBalancer:
servers:
- address: "192.168.1.31:80"
- address: "192.168.1.32:80"
- address: "192.168.1.33:80"
- address: "192.168.1.31:443"
- address: "192.168.1.32:443"
- address: "192.168.1.33:443"