Change Port to ListenPort
This commit is contained in:
parent
07a55a5659
commit
78ffae9257
@ -94,7 +94,7 @@ cat << EOF > $a_file
|
|||||||
PrivateKey = $a_privkey
|
PrivateKey = $a_privkey
|
||||||
Address = $a_tunnel_address
|
Address = $a_tunnel_address
|
||||||
DNS = $b_dns
|
DNS = $b_dns
|
||||||
Port = $port
|
ListenPort = $port
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = $b_pubkey
|
PublicKey = $b_pubkey
|
||||||
@ -120,7 +120,7 @@ cat << EOF > $b_file
|
|||||||
PrivateKey = $b_privkey
|
PrivateKey = $b_privkey
|
||||||
Address = $b_tunnel_address
|
Address = $b_tunnel_address
|
||||||
DNS = $a_dns
|
DNS = $a_dns
|
||||||
Port = $port
|
ListenPort = $port
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = $a_pubkey
|
PublicKey = $a_pubkey
|
||||||
|
Loading…
Reference in New Issue
Block a user