Sure
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
; stunnel.conf
|
||||
; Run in background (no console popup)
|
||||
foreground = quiet
|
||||
|
||||
; Reduce verbosity (4 = info, 3 = warnings only)
|
||||
debug = 4
|
||||
|
||||
; Write logs to file instead of popup
|
||||
output = stunnel.log
|
||||
debug = 7
|
||||
output = C:\Users\hocke\Documents\GitHub\Pokemon-DNS-DS-Server\wii-wfc-dev\stunnel\stunnel.log
|
||||
|
||||
[wfc]
|
||||
accept = 0.0.0.0:443
|
||||
connect = 127.0.0.1:8080
|
||||
cert = ../certs/server.crt
|
||||
key = ../certs/server.key
|
||||
cert = C:\Users\hocke\Documents\GitHub\Pokemon-DNS-DS-Server\wii-wfc-dev\certs\server.crt
|
||||
key = C:\Users\hocke\Documents\GitHub\Pokemon-DNS-DS-Server\wii-wfc-dev\certs\server.key
|
||||
sslVersion = SSLv23
|
||||
ciphers = ALL:!aNULL
|
||||
ciphers = ALL:!aNULL
|
||||
Reference in New Issue
Block a user