Skip to content

Commit

Permalink
Undo forced RPC SSL
Browse files Browse the repository at this point in the history
Rpc forced SSL has issues
Should be fixed with monero-project/monero#7760
  • Loading branch information
nahuhh authored Feb 27, 2022
1 parent c721198 commit 081a76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/install-monerod-in-termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ cd $NODE_CONFIG
rpc-bind-port=18081 # Default = 18081
#confirm-external-bind=1 # Open node (confirm). Required if binding outside of localhost
#restricted-rpc=1 # Prevent unsafe RPC calls.
# Services
rpc-ssl=enabled
rpc-ssl=autodetect
no-zmq=1
no-igd=1 # Disable UPnP port mapping
db-sync-mode=safe # Slow but reliable db writes
Expand All @@ -204,7 +205,6 @@ cd $NODE_CONFIG
#enforce-dns-checkpointing=1
disable-dns-checkpoints=1
enable-dns-blocklist=1
# Connection Limits
Expand Down Expand Up @@ -354,7 +354,7 @@ then
EOF

# Refresh Notification handling (not ideal method method)
# Refresh Notification handling (not ideal method)

cp xmr_notifications xmr_notifications_released

Expand Down

0 comments on commit 081a76c

Please sign in to comment.