Changelog-Changed: wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually it is located in `/usr/local/libexec/c-lightning/plugins/wss-proxy`. If you compile from source `make` will take care of this automatically.
9 lines
167 B
Makefile
9 lines
167 B
Makefile
clnwssproxy-wrongdir:
|
|
$(MAKE) -C ../.. clnwssproxy-all
|
|
|
|
clnwssproxy_EXAMPLES :=
|
|
|
|
DEFAULT_TARGETS += $(clnwssproxy_EXAMPLES)
|
|
|
|
clnwssproxy-all: ${clnwssproxy_EXAMPLES}
|