$ ws4sqlite --bind-host '[::]' --mem-db mem1 &
ws4sqlite 0.11.1
- Serving database 'mem1' from :memory:?_journal=WAL
+ No config file loaded, using defaults
+ Using WAL
- Web Service listening on [::]:12321
$ curl https://[::1]:12321
curl: (7) Failed to connect to ::1 port 12321: Connection refused
$ netstat -l -n -p | grep 12321
tcp 0 0 0.0.0.0:12321 0.0.0.0:* LISTEN 4060941/ws4sqlite