8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
# Set any config versions here
|
|
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
|
|
export TORRC_CONFIG_VERSION=v1
|
|
|
|
show_hostname() {
|
|
cat /var/lib/tor/traefik/hostname
|
|
}
|