diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-05-12 19:25:27 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-05-12 19:25:27 +0000 |
commit | 3f4d1d43f61afc29abb4044cdd368bee9b6a0b14 (patch) | |
tree | 5302bd8891f00168ef1ee934e69a9b3d366cceb7 /README.md | |
parent | added some new options, updated the readme accordingly (diff) | |
download | lclip-3f4d1d43f61afc29abb4044cdd368bee9b6a0b14.tar.gz lclip-3f4d1d43f61afc29abb4044cdd368bee9b6a0b14.zip |
added IPv6 support, now properly escaping single quote characters, fixed the old reap trigger
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,7 +78,7 @@ Options: -d <detect_secrets_args>, --detect_secrets_args <detect_secrets_args> options that will be passed to detect secrets (default: ) - -a <address>, address to bind to (default: 127.0.0.1) + -a <address>, address to bind to (default: ::) --address <address> -p <port>, port to bind to --port <port> @@ -106,4 +106,3 @@ lcilpd uses luaposix so any POSIX-half-compliant OS will do.</br> ## TODO * support `in-memory` and `temporary` databases. -* add IPv6 support |