This commit is contained in:
fred 2023-05-06 03:43:31 +02:00
parent 6963fd8f1e
commit c056afdd48
1 changed files with 3 additions and 1 deletions

View File

@ -416,9 +416,11 @@ myASTROTUBE="https://$(myAstroTube)"
## zIP :: PUT YOUR Internet Box IP IN ~/.zen/♥Box ( Forward PORTS 8080 4001 5001 33101 33102 1234 12345 45780 45781 )
[ -n "$(zIp)" ] \
&& myASTROPORT="http://$(zIp):1234" \
&& myASTROPORT="http://$(zIp):1234" \
&& myAPI="http://$(zIp):5001" \
&& myIPFS="http://$(zIp):8080" \
&& myHOST="$(zIp)" \
&& myG1BILLET="http://$(zIp):33101" \
&& myIP="$(zIp)" \
&& myIPFSGW="$(zIp)" \
|| true