Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 329f502

Browse files
authored
update readme
1 parent 4e66c0b commit 329f502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ opt_param_env_vars:
3838
- { env_var: "MAXLINES", env_value: "32", desc: "The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes." }
3939
- { env_var: "MAXCLIENTS", env_value: "4096", desc: "Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue." }
4040
- { env_var: "LOGFILE", env_value: "false", desc: "By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped)." }
41-
- { env_var: "BINDFAMILY", env_value: "4", desc: "By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 or IPv6 only." }
41+
- { env_var: "BINDFAMILY", env_value: "", desc: "By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both." }
4242
opt_param_usage_include_vols: true
4343
opt_param_volumes:
4444
- { vol_path: "/config", vol_host_path: "/path/to/appdata", desc: "Required if `LOGFILE` is set to `true`." }
@@ -54,5 +54,5 @@ app_setup_block: |
5454
5555
# changelog
5656
changelogs:
57+
- { date: "08.06.21:", desc: "Add BINDFAMILY option." }
5758
- { date: "16.04.21:", desc: "Initial Release." }
58-
- { date: "07.05.21:", desc: "Added BINDFAMILY option." }

0 commit comments

Comments
 (0)