[jool] begin to document

This commit is contained in:
Nico Schottelius 2023-04-22 09:27:54 +02:00
parent 276f2eeaa8
commit 1495d7c235
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# The purpose of this setup is to ...
if [ $# -ne 2 ]; then if [ $# -ne 2 ]; then
echo "$0 ip-address nat64-prefix" echo "$0 ip-address nat64-prefix"
echo " ip-address: where to find the OpenWRT device" echo " ip-address: where to find the OpenWRT device"

View file

@ -8,8 +8,7 @@ if [ $# -ne 1 ]; then
exit 1 exit 1
fi fi
my_ip=$1; shift my_ip=$1; shiftnat64_prefix=$1; shift
nat64_prefix=$1; shift
cat <<EOF | ssh -t "root@${my_ip}" cat <<EOF | ssh -t "root@${my_ip}"
set -x set -x