mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
commit
dcd31a66c9
2 changed files with 4 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
|||
8448 # Matrix Synapse
|
||||
8883 # mqtt over tls
|
||||
9001 # mqtt websockets over tls
|
||||
9333 # Bitcoin Knots
|
||||
9735 # LND
|
||||
];
|
||||
# firewall.allowedUDPPorts = [ ... ];
|
||||
|
|
|
|||
|
|
@ -23,8 +23,10 @@ in {
|
|||
streamConfig = ''
|
||||
server {
|
||||
listen 0.0.0.0:8333;
|
||||
listen 0.0.0.0:9333;
|
||||
listen [::]:8333;
|
||||
proxy_pass ${private_btc}:8333;
|
||||
listen [::]:9333;
|
||||
proxy_pass ${private_btc}:9333;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue