Skip to content

Instantly share code, notes, and snippets.

@sammy007
Last active May 28, 2021 23:04
Show Gist options
  • Save sammy007/7cb5254d46e5a7c2fbda to your computer and use it in GitHub Desktop.
Save sammy007/7cb5254d46e5a7c2fbda to your computer and use it in GitHub Desktop.
cert = /etc/stunnel/private.pem
pid = /var/run/stunnel4/monero-client.pid
output = /var/log/stunnel4/stunnel.log
client = yes
[monero-client]
connect = ext-ip:ext-port
accept = int-ip:int-port
CAfile = /etc/stunnel/private.pem
cert = /etc/stunnel/private.pem
pid = /var/run/stunnel4/monero.pid
output = /var/log/stunnel4/stunnel.log
verify = 3
client = no
sslVersion = TLSv1
[monero]
accept = ext-ip:ext-port
connect = simplewallet-ip:simplewallet-port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment