2023-09-22 22:03:28 -06:00
|
|
|
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
|
2023-09-24 09:33:20 -06:00
|
|
|
export REBOUND_SSH_HOST_KEY=/etc/rebound/host.key
|
2023-09-24 12:21:44 -06:00
|
|
|
export REBOUND_STATS_FILE=/var/lib/rebound/stats.json
|
2023-09-24 09:33:20 -06:00
|
|
|
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
|