Page MenuHomeVyOS Platform

Add CLI and configuration scripts for stunnel
Needs testing, NormalPublicFEATURE REQUEST

Description

Proposed CLI
Server site

set service stunnel server app1 listen-address 192.0.2.1
set service stunnel server app1 listen port 443
set service stunnel server app1 connect address 127.0.0.1
set service stunnel server app1 connect port 9999
set service stunnel server app1 ssl ca-certificate
set service stunnel server app1 ssl certificate xxx
set service stunnel server app1 ssl key xxx
set service stunnel server app1 psk secret
set service stunnel server app1 protocol socks

The client site

set service stunnel client app1 connect address <192.0.2.1|example.com>
set service stunnel client app1 connect port 443
set service stunnel client app1 listen port 9999
set service stunnel client app1 ssl certificate xxx

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

Viacheslav created this object in space S1 VyOS Public.
Viacheslav added a project: VyOS 1.5 Circinus.
Viacheslav changed the subtype of this task from "Task" to "Feature Request".
Viacheslav triaged this task as Normal priority.Jan 20 2024, 1:51 PM
Viacheslav changed the task status from Open to Needs testing.Jun 24 2024, 4:46 PM
dmbaturin edited projects, added VyOS Rolling; removed Restricted Project.Oct 14 2024, 9:15 AM
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin changed Issue type from Unspecified (please specify) to Feature (new functionality).