Blame
|
1 | # Regions |
||||||
| 2 | ||||||||
| 3 | Regions are used to contain messages in a certian area. The people using the mesh in Bathurst don't need to be flooded with test messages from Sydney. |
|||||||
| 4 | ||||||||
| 5 | Regions are one way to help prevent this. |
|||||||
| 6 | ||||||||
|
7 | ``` |
||||||
| 8 | region put au |
|||||||
| 9 | region put au-nsw |
|||||||
| 10 | region put au-nsw-<your-local-code> |
|||||||
| 11 | region allowf au |
|||||||
| 12 | region allowf au-nsw |
|||||||
| 13 | region allowf au-nsw-<your-local-code> |
|||||||
| 14 | region home au-nsw-<your-local-code> |
|||||||
| 15 | region default au-nsw-<your-local-code> |
|||||||
| 16 | region save |
|||||||
| 17 | ``` |
|||||||
| 18 | ||||||||
|
19 | # Other Meshs |
||||||
| 20 | ||||||||
| 21 | * https://www.meshcore.ch/regions/ |
|||||||