From f00df13ec3bc1f4fc275c42941cc30eae5ff1e2d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 21 Jul 2011 10:52:47 +0200 Subject: [PATCH] add old script to retrieve ip address Signed-off-by: Nico Schottelius --- network/dns_update_via_ssh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 network/dns_update_via_ssh diff --git a/network/dns_update_via_ssh b/network/dns_update_via_ssh new file mode 100644 index 0000000..a754486 --- /dev/null +++ b/network/dns_update_via_ssh @@ -0,0 +1,2 @@ +ifconfig -a | ssh partyloewe@ns.schottelius.org "cat > IP" +