- 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
23 lines
503 B
Plaintext
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=""
|