mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
12 lines
230 B
Text
12 lines
230 B
Text
KEYMAPOPTS="us us"
|
|
HOSTNAMEOPTS="-n dangerzone"
|
|
INTERFACESOPTS="auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
hostname dangerzone
|
|
"
|
|
DNSOPTS="-d example.com 4.4.4.4"
|
|
TIMEZONEOPTS="-z UTC"
|
|
SSHDOPTS="-c openssh"
|