fix(derp-example): change regionid in nodes

Using a wrong regionid value lead to non working DERP custom server. No checks are performed for this kind of errors making it difficult to find.
This commit is contained in:
Adrien Raffin-Caboisse 2021-11-24 15:51:24 +01:00
parent a477c808c7
commit f2e273b8a2
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ regions:
regioncode: custom regioncode: custom
regionname: My Region regionname: My Region
nodes: nodes:
- name: 1a - name: 900a
regionid: 1 regionid: 900
hostname: myderp.mydomain.no hostname: myderp.mydomain.no
ipv4: 123.123.123.123 ipv4: 123.123.123.123
ipv6: "2604:a880:400:d1::828:b001" ipv6: "2604:a880:400:d1::828:b001"