mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 14:40:41 +08:00
document: route-dir: removed SUBNET and PEER
This commit is contained in:
parent
50a311c86f
commit
b6a259a66b
2 changed files with 2 additions and 13 deletions
|
@ -20,7 +20,6 @@ be defined in the same order as the following:
|
|||
|
||||
TYPE=
|
||||
PROTO= (only for peer-to-peer /30 tunnels and peer-to-peer /32 peers)
|
||||
SUBNET= or PEER=<UPSTREAM IP>~<DOWNSTREAM IP>
|
||||
UPSTREAM= (only for peer-to-peer /30 tunnels and peer-to-peer /32 peers)
|
||||
DOWNSTREAM= (only for peer-to-peer /30 tunnels and peer-to-peer /32 peers)
|
||||
|
||||
|
@ -34,11 +33,5 @@ Detailed Information of Each Variable
|
|||
2. PROTO: VPN Protocol Used
|
||||
Available options are: Tinc, WireGuard, GRE, IPsec/L2TP, IPsec/GRE, OpenVPN
|
||||
|
||||
3. SUBNET: Subnet Used
|
||||
Format: Use CIDR Notation
|
||||
|
||||
4. PEER: Peer-to-Peer Address
|
||||
Format: <UPSTREAM IP>~<DOWNSTREAM IP>
|
||||
|
||||
5. UPSTREAM: Upstream Node Name
|
||||
6. DOWNSTREAM: Downstream Node Name
|
||||
3. UPSTREAM: Upstream Node Name
|
||||
4. DOWNSTREAM: Downstream Node Name
|
||||
|
|
|
@ -18,7 +18,6 @@ Shell Script 定義變數的方式作為定義檔語法,此外,定義變數
|
|||
|
||||
TYPE=
|
||||
PROTO= (僅限於點對點 /30 隧道,以及點對點 Peer)
|
||||
SUBNET= 或是 PEER=<上游 IP>~<下游 IP>
|
||||
UPSTREAM= (僅限於點對點 /30 隧道,以及點對點 Peer)
|
||||
DOWNSTREAM= (僅限於點對點 /30 隧道,以及點對點 Peer)
|
||||
|
||||
|
@ -31,9 +30,6 @@ Shell Script 定義變數的方式作為定義檔語法,此外,定義變數
|
|||
2. PROTO: 使用的 VPN 協定
|
||||
可用選項有: Tinc, WireGuard, GRE, IPsec/L2TP, IPsec/GRE, OpenVPN
|
||||
|
||||
3. SUBNET: 使用的網域範圍
|
||||
格式: 依照 CIDR
|
||||
|
||||
4. PEER: 點對點 Peer 位址
|
||||
格式: <UPSTREAM IP>~<DOWNSTREAM IP>
|
||||
|
||||
|
|
Loading…
Reference in a new issue