Skip to content

Commit

Permalink
Update default port setting for RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Mar 20, 2024
1 parent e1dcd8e commit 7753f1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-tomatoes-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@epics-dao/solv": patch
---

Update default port setting for RPC
2 changes: 1 addition & 1 deletion packages/solv/src/cli/setup/updateFirewall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const updateFirewall = async () => {
name: 'ip',
type: 'input',
message: 'Enter your IP address to allow access to RPC NODE:',
default: '0.0.0.0',
default: '1.2.3.4',
},
])
await execAsync(`sudo ufw delete allow 8899/udp`)
Expand Down

0 comments on commit 7753f1b

Please sign in to comment.