Skip to content

Commit

Permalink
chore: improve README for firewall (custom port)
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Nov 9, 2024
1 parent 59bc405 commit a4d6dd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,19 @@ In this case, you may want to configure a static port to allow it in your firewa

```bash
vim ./.local/share/dev.mandre.rquickshare/.settings.json

-or can be-

vim Library/Application\ Support/dev.mandre.rquickshare/.settings.json

-to be sure-
find $HOME -name ".settings.json"
```

```json
{
...existing_config...,
// Warning: the json must stay valid after your modification, this means if "port" is the last item of the JSON it must not have a comma after it, otherwise the config will be reset.
"port": 12345
}
```
Expand Down

0 comments on commit a4d6dd4

Please sign in to comment.