mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-13 13:11:01 +00:00
Mark fields as bash
This commit is contained in:
parent
d6e2c47d3f
commit
27110b7301
1 changed files with 4 additions and 4 deletions
|
@ -3,20 +3,20 @@ _A simple and efficient activitypub relay_
|
|||
|
||||
### USAGE
|
||||
To simply run the server, the command is as follows
|
||||
```
|
||||
```bash
|
||||
$ ./relay
|
||||
```
|
||||
|
||||
To add domains to the blocklist, use the `-b` flag and pass a list of domains
|
||||
```
|
||||
```bash
|
||||
$ ./relay -b asonix.dog blimps.xyz
|
||||
```
|
||||
To remove domains from the blocklist, simply pass the `-u` flag along with `-b`
|
||||
```
|
||||
```bash
|
||||
$ ./relay -ub asonix.dog blimps.xyz
|
||||
```
|
||||
The same rules apply for whitelisting domains, although domains are whitelisted with the `-w` flag
|
||||
```
|
||||
```bash
|
||||
$ ./relay -w asonix.dog blimps.xyz
|
||||
$ ./relay -uw asonix.dog blimps.xyz
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue