mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-21 22:35:07 +00:00
24 lines
588 B
Plaintext
24 lines
588 B
Plaintext
KEYMAPOPTS="us us"
|
|
HOSTNAMEOPTS="-n app.othostash.com"
|
|
INTERFACESOPTS="auto lo
|
|
iface lo inet loopback
|
|
auto eth0
|
|
iface eth0 inet static
|
|
address 10.1.9.11
|
|
netmask 255.255.255.0
|
|
gateway 10.1.9.1
|
|
iface eth0 inet6 static
|
|
address 2603:3015:1003:562d::dad:beef
|
|
gateway 2603:3015:1003:562d::cab:0
|
|
"
|
|
DNSOPTS="-d othostash.com 2603:3015:1003:5621::deed:feed 2001:558:feed::1 2001:558:feed::2"
|
|
TIMEZONEOPTS="-z UTC"
|
|
PROXYOPTS=none
|
|
APKREPOSOPTS="-c1"
|
|
USEROPTS="no"
|
|
SSHDOPTS="-c openssh"
|
|
NTPOPTS="-c openntpd"
|
|
DISKOPTS="-s 16384 -m sys /dev/nvme0n1"
|
|
LBUOPTS=none
|
|
APKCACHEOPTS=none
|