Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyFool10 authored Dec 11, 2023
1 parent 72a39a6 commit 261fd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Please note that you will need to go to <a href="http://rustup.rs">rustup</a> in
I will be updating and posting pre-compiled executables to the repo, these are less secure for someone who does know rust, since I will likely not be distributing source code with the executable versions, but will require much less technical expertise and resources
##Masters and Slaves
with a new feature recently added, this is *in theory* ready for a more clustered setup, allowing for the configuration of masters and slaves
###Configuring a note to become a slave:
##Configuring a note to become a slave:
A server becomes a slave when the slave line in the configuration is set to true, being a slave has two main meanings: that the node may not have any slaves and will not attempt to make connections to configured slaves, and that the node will not host a webui.
###Configuring a master to connect to a slave:
##Configuring a master to connect to a slave:
On windows use the ipconfig command to get the ipv4 address of your slave node's host PC, in the config paste this template and fill in the values, the ipv4 address goes into the address field:
```json
{
Expand Down

0 comments on commit 261fd94

Please sign in to comment.