Update BOOTSTRAP-SETUP.md
This commit is contained in:
parent
9f92d486b8
commit
1e27df2aee
@ -7,17 +7,7 @@ IP: Static v4 & v6
|
|||||||
Firewall: 5150/TCP/UDP inbound allow all
|
Firewall: 5150/TCP/UDP inbound allow all
|
||||||
|
|
||||||
## Install Veilid
|
## Install Veilid
|
||||||
**As root**
|
Follow instructions in [INSTALL.md](./INSTALL.md)
|
||||||
|
|
||||||
```shell
|
|
||||||
wget -O- https://packages.veilid.net/keys/veilid-packages-key.public | gpg --dearmor -o /usr/share/keyrings/veilid-packages-keyring.gpg
|
|
||||||
```
|
|
||||||
```shell
|
|
||||||
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/repos stable main" > /etc/apt/sources.list.d/veilid.list
|
|
||||||
```
|
|
||||||
```shell
|
|
||||||
apt update && apt install veilid-server veilid-cli
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configure Veilid
|
## Configure Veilid
|
||||||
**As root**
|
**As root**
|
||||||
@ -28,7 +18,7 @@ systemctl stop veilid-server.service
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Setup the config
|
### Setup the config
|
||||||
In _/etc/veilid-server/veilid-server.conf`_ ensure _bootstrap: ['bootstrap.veilid.net']_ in the _routing_table:_ section
|
In _/etc/veilid-server/veilid-server.conf`_ ensure _bootstrap: ['bootstrap.<your.domain>']_ in the _routing_table:_ section
|
||||||
|
|
||||||
**Switch to veilid user**
|
**Switch to veilid user**
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user