mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-26 02:05:18 +01:00
10 lines
285 B
Text
10 lines
285 B
Text
# /etc/conf.d/tuntox: config file for /etc/init.d/tuntox
|
|
|
|
# Save private key in <dir> instead of /var/lib/tuntox
|
|
TUNTOX_HOME_DIR="/var/lib/tuntox"
|
|
|
|
# Shared secret used for connection authentication (max 1015 characters)
|
|
TUNTOX_SHARED_SECRET=""
|
|
|
|
# See more: tuntox -h
|
|
TUNTOX_ARGS="-d"
|