This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ClientOnly 1 | |
ExitRelay 0 | |
RunAsDaemon 1 | |
StrictNodes 1 | |
SocksPort 0.0.0.0:9050 | |
SocksPolicy accept 0.0.0.0/24 | |
DataDirectory /var/lib/tor | |
# misc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PRE_INSTALL_PKG_LIST="parted" | |
POST_INSTALL_PKG_LIST="parted grub cryptsetup lvm2 zsh nano runit elogind-runit linux linux-firmware" | |
STATIC_SIZE_ROOT=50G | |
STATIC_SIZE_VAR=20G | |
STATIC_SIZE_TMP=5G | |
STATIC_SIZE_SWAP=8G | |
STATIC_DISK="/dev/sda" | |
STATIC_LUKS_PASSWORD='toor' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolution_type: GETDNS_RESOLUTION_STUB | |
round_robin_upstreams: 1 | |
tls_authentication: GETDNS_AUTHENTICATION_REQUIRED | |
tls_query_padding_blocksize: 256 | |
edns_client_subnet_private: 1 | |
idle_timeout: 9000 | |
listen_addresses: | |
- 127.0.0.1@8053 | |
- 0::1@8053 | |
dns_transport_list: |