10 lines
472 B
Plaintext
10 lines
472 B
Plaintext
export REBOUND_ADDRESS=:2222
|
|
export REBOUND_HTTP_CUSTOM_DIR=/etc/rebound/custom
|
|
export REBOUND_SSH_PUBLIC_HOST=rebound
|
|
export REBOUND_SSH_PUBLIC_PORT=2222
|
|
export REBOUND_SSH_SOCK_DIR=/var/lib/rebound/socks
|
|
export REBOUND_SSH_HOST_KEY=/etc/rebound/host.key
|
|
export REBOUND_STATS_FILE=/var/lib/rebound/stats.json
|
|
export REBOUND_HTTP_TEMPLATE_DATA_TITLE=Rebound
|
|
export REBOUND_HTTP_TEMPLATE_DATA_SSH_PUBLIC_HOST=127.0.0.1
|
|
export REBOUND_HTTP_TEMPLATE_DATA_SSH_PUBLIC_PORT=8080 |