mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
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
|
||||
|
||||
## Install Veilid
|
||||
**As root**
|
||||
|
||||
```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
|
||||
```
|
||||
Follow instructions in [INSTALL.md](./INSTALL.md)
|
||||
|
||||
## Configure Veilid
|
||||
**As root**
|
||||
@ -28,7 +18,7 @@ systemctl stop veilid-server.service
|
||||
```
|
||||
|
||||
### 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**
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user