mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Auto enable HTTPS; Tag v0.1.56
This commit is contained in:
parent
1260c3be6d
commit
437a33e15f
|
@ -1,3 +1,6 @@
|
|||
=== v0.1.56 ===
|
||||
- Automatically enable HTTPS service
|
||||
|
||||
=== v0.1.55 ===
|
||||
- Add HTTPS option for connecting to web GUI
|
||||
- Add Bitcoin REST API Access via Tor
|
||||
|
|
|
@ -192,7 +192,7 @@ fi
|
|||
systemctl enable firewall
|
||||
systemctl enable invalid_block_check
|
||||
systemctl enable usb_driver_check
|
||||
systemctl enable tls_proxy_https
|
||||
systemctl enable https
|
||||
|
||||
# Disable any old services
|
||||
sudo systemctl disable hitch
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.1.55
|
||||
0.1.56
|
|
@ -400,7 +400,7 @@ systemctl enable mongodb
|
|||
#systemctl enable lndhub # DISABLED BY DEFAULT
|
||||
#systemctl enable btc_rpc_explorer # DISABLED BY DEFAULT
|
||||
systemctl enable tls_proxy
|
||||
systemctl enable tls_proxy_https
|
||||
systemctl enable https
|
||||
systemctl enable rtl
|
||||
systemctl enable lnd_admin
|
||||
systemctl enable tor
|
||||
|
|
Loading…
Reference in New Issue
Block a user