v1.1.5
This commit is contained in:
parent
12c2fd1819
commit
dd7bc74dad
|
@ -1,3 +1,5 @@
|
||||||
|
v1.1.5 - Implemented dns-01 ACME challenges
|
||||||
|
|
||||||
v1.1.4 - Improved responsiveness to config updates
|
v1.1.4 - Improved responsiveness to config updates
|
||||||
* changed which TCP/UDP ports are bound to on config update
|
* changed which TCP/UDP ports are bound to on config update
|
||||||
* update tunnel server settings on config update
|
* update tunnel server settings on config update
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "goldilocks",
|
"name": "goldilocks",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"description": "The node.js webserver that's just right, Greenlock (HTTPS/TLS/SSL via ACME/Let's Encrypt) and tunneling (RVPN) included.",
|
"description": "The node.js webserver that's just right, Greenlock (HTTPS/TLS/SSL via ACME/Let's Encrypt) and tunneling (RVPN) included.",
|
||||||
"main": "bin/goldilocks.js",
|
"main": "bin/goldilocks.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue