about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux5
1 files changed, 3 insertions, 2 deletions
diff --git a/bollux b/bollux index e31d37e..0234282 100755 --- a/bollux +++ b/bollux
@@ -8,10 +8,11 @@ set -euo pipefail
8 8
9### constants ### 9### constants ###
10PRGN="${0##*/}" # program name 10PRGN="${0##*/}" # program name
11PROT="${BOLLUX_PROTO:-gemini}" # protocol 11DLDR="${BOLLUX_DOWNDIR:-.}" # where to download
12PORT="${BOLLUX_PORT:-1965}" # port number
13LOGL="${BOLLUX_LOGLEVEL:-3}" # log level 12LOGL="${BOLLUX_LOGLEVEL:-3}" # log level
14MAXR="${BOLLUX_MAXREDIR:-5}" # max redirects 13MAXR="${BOLLUX_MAXREDIR:-5}" # max redirects
14PORT="${BOLLUX_PORT:-1965}" # port number
15PROT="${BOLLUX_PROTO:-gemini}" # protocol
15RDRS=0 # redirects 16RDRS=0 # redirects
16 17
17# LOGLEVELS: 18# LOGLEVELS: