Open firewall ports for new HTTPS services

This commit is contained in:
Taylor Helsper 2020-08-11 23:22:40 -05:00
parent eebca75f45
commit 8f9be5b8d6
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
server { server {
listen 3001 ssl; listen 3001 ssl;
server_name rtl; server_name lndhub;
include /etc/nginx/mynode/mynode_ssl_params.conf; include /etc/nginx/mynode/mynode_ssl_params.conf;
include /etc/nginx/mynode/mynode_ssl_cert_key.conf; include /etc/nginx/mynode/mynode_ssl_cert_key.conf;

View File

@ -31,8 +31,9 @@ ufw allow from 172.28.0.0/16 to any port 28334 comment 'allow Dojo zmqhashblock'
ufw allow 8334 comment 'allow corsproxy for btc rpc' ufw allow 8334 comment 'allow corsproxy for btc rpc'
ufw allow 2222 comment 'allow WebSSH2' ufw allow 2222 comment 'allow WebSSH2'
ufw allow 3000 comment 'allow LndHub' ufw allow 3000 comment 'allow LndHub'
ufw allow 3001 comment 'allow LndHub HTTPS'
ufw allow 3002 comment 'allow BTC RPC Explorer' ufw allow 3002 comment 'allow BTC RPC Explorer'
#ufw allow 3004 comment 'allow LND Admin' ufw allow 3003 comment 'allow BTC RPC Explorer HTTPS'
ufw allow 3010 comment 'allow RTL' ufw allow 3010 comment 'allow RTL'
ufw allow 3011 comment 'allow RTL HTTPS' ufw allow 3011 comment 'allow RTL HTTPS'
ufw allow 3020 comment 'allow Caravan' ufw allow 3020 comment 'allow Caravan'