mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Switch to bitcoin core
This commit is contained in:
parent
87ded4bcde
commit
0134c63a95
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ in {
|
||||||
listen 0.0.0.0:9333;
|
listen 0.0.0.0:9333;
|
||||||
listen [::]:8333;
|
listen [::]:8333;
|
||||||
listen [::]:9333;
|
listen [::]:9333;
|
||||||
proxy_pass ${private_btc}:9333;
|
proxy_pass ${private_btc}:8333;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue