update readme

This commit is contained in:
KusakabeSi 2022-02-10 16:01:39 +00:00
parent 9fce61bf11
commit 3cca8f6be9
7 changed files with 21 additions and 9 deletions

View File

@ -13,6 +13,8 @@ First, edit the `gensp2p.yaml`
```yaml
Config output dir: /tmp/eg_gen_static # Profile output location
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for edge node: "" # Profile Template
Network name: "EgNet"
Edge Node:

View File

@ -12,6 +12,8 @@ EdgeNodes會嘗試互相連線並且通報其他EdgeNoses連線成功與否
```yaml
Config output dir: /tmp/eg_gen_p2p # 設定檔輸出位置
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for edge node: "" # 設定檔Template
Network name: "EgNet"
Edge Node:

View File

@ -15,6 +15,8 @@ First, edit the `genstatic.yaml`
```yaml
Config output dir: /tmp/eg_gen_static # Profile output location
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for edge node: "" # Profile Template
Network name: "EgNet"
Edge Node:

View File

@ -15,6 +15,8 @@
```yaml
Config output dir: /tmp/eg_gen_static # 設定檔輸出位置
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for edge node: "" # 設定檔Template
Network name: "EgNet"
Edge Node:

View File

@ -13,6 +13,8 @@ Edit the file `gensuper.yaml` based on your requirement first.
```yaml
Config output dir: /tmp/eg_gen
Enable generated config overwrite: false # Allow overwrite while output the config
Add NodeID to the interface name: false # Add NodeID to the interface name in generated edge config
ConfigTemplate for super node: ""
ConfigTemplate for edge node: ""
Network name: eg_net

View File

@ -14,6 +14,8 @@ EdgeNode首先和SuperNode建立連線藉由SuperNode交換其他EdgeNode的
```yaml
Config output dir: /tmp/eg_gen
Enable generated config overwrite: false # 檔輸設定檔允許overwrite
Add NodeID to the interface name: false # 生成的config的interface name是否包含NodeID
ConfigTemplate for super node: ""
ConfigTemplate for edge node: ""
Network name: eg_net

View File

@ -1,3 +1,3 @@
package main
var Version = "v0.3.5-f1"
var Version = "v0.3.5-f2"