This commit is contained in:
fred 2021-09-18 20:45:58 +02:00
parent e441068471
commit 08ad5804e1
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ done
######################################################################## ########################################################################
## FIND LOCAL IPFS NODE - SERACH FOR FOAF stargate replications ## FIND LOCAL IPFS NODE - SERACH FOR FOAF stargate replications
######################################################################## ########################################################################
# SUBNET=$(ip route | tail -n 3 | cut -d ' ' -f 1) # SUBNET=$(ip route | head -n 3 | tail -n 1 | cut -d ' ' -f 1)
# [[ ! $(which nmap) ]] && sudo apt-get install nmap -y && nmap --open -p 4001 $SUBNET # [[ ! $(which nmap) ]] && sudo apt-get install nmap -y && nmap --open -p 4001 $SUBNET
######################################################################## ########################################################################
######################################################################## ########################################################################