mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Tightening of RPC code
This commit is contained in:
parent
608e059b18
commit
c488fa8461
18 changed files with 512 additions and 622 deletions
|
@ -30,8 +30,7 @@ echo '*** Writing address to ' "$address_file"
|
|||
echo $virtip4 > "$address_file"
|
||||
|
||||
export ZT_NC_NETWORK=/var/lib/zerotier-one/nc_"$dev"
|
||||
echo $ZT_NC_NETWORK
|
||||
export LD_PRELOAD ./libzerotierintercept.so
|
||||
export LD_PRELOAD=./libzerotierintercept.so
|
||||
|
||||
# --- Test section ---
|
||||
echo '*** Starting application...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue