Skip to content

Commit

Permalink
fix: allow access to Triton (gRPC or HTTP) through Stunnel (OVH-side)
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 1, 2024
1 parent 90aba44 commit 751c306
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions confs/ovh1-reverse-proxy/stunnel/off.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,17 @@ accept = 127.0.0.1:16000
connect = 2a06:c484:5::102:16000
ciphers = PSK
PSKsecrets = /etc/stunnel/psk/robotoff-psk.txt

[Triton-gRPC]
client = yes
accept = 10.1.0.101:5504
connect = 2a06:c484:5::102:5504
ciphers = PSK
PSKsecrets = /etc/stunnel/psk/triton-psk.txt

[Triton-HTTP]
client = yes
accept = 10.1.0.101:5503
connect = 2a06:c484:5::102:5503
ciphers = PSK
PSKsecrets = /etc/stunnel/psk/triton-psk.txt

0 comments on commit 751c306

Please sign in to comment.