From b6a259a66ba42e4486100cda2d20f9b3abd3ad2c Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Sat, 25 Apr 2020 12:39:00 +0800 Subject: [PATCH] document: route-dir: removed SUBNET and PEER --- document/route-dir.en_US.txt | 11 ++--------- document/route-dir.zh_TW.txt | 4 ---- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/document/route-dir.en_US.txt b/document/route-dir.en_US.txt index c03f27f..247c547 100644 --- a/document/route-dir.en_US.txt +++ b/document/route-dir.en_US.txt @@ -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= (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: ~ - -5. UPSTREAM: Upstream Node Name -6. DOWNSTREAM: Downstream Node Name +3. UPSTREAM: Upstream Node Name +4. DOWNSTREAM: Downstream Node Name diff --git a/document/route-dir.zh_TW.txt b/document/route-dir.zh_TW.txt index db54e1e..b8158ba 100644 --- a/document/route-dir.zh_TW.txt +++ b/document/route-dir.zh_TW.txt @@ -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 位址 格式: ~