mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Bitcoin Knots settings
This commit is contained in:
parent
fb1bdb028f
commit
98d87db590
2 changed files with 4 additions and 1 deletions
|
|
@ -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