Files
sshuttle/sysconfig.sshuttle
Dirk Mueller fd6200c5a9 Accepting request 900768 from home:ldevulder:branches:security
- Sshuttle service should be started after firewalld 
- Fix fix-shebang.patch to use /bin/bash and /bin/sh, as older
  distributions don't have /usr/bin/bash
- Add support for a systemd service, this is useful if we want to
  start sshuttle VPN at boot time.

OBS-URL: https://build.opensuse.org/request/show/900768
OBS-URL: https://build.opensuse.org/package/show/security/sshuttle?expand=0&rev=23
2021-06-22 06:37:45 +00:00

23 lines
503 B
Plaintext

## Path: Network/VPN
## Description: settings to connect to a simple VPN network using sshuttle
## Type: string
## Default ""
# User used to connect to the jumper host
VPN_USER=""
## Type: string
## Default ""
# Jumper host
VPN_SERVER=""
## Type: string
## Default ""
# List of subnet(s) network to access, in this form: a.b.c.d/netmask
NETWORK_TO_ACCESS=""
## Type: string
## Default ""
# Extra option(s) that could be useful
SSHUTTLE_OPTS=""