@@ -0,0 +1,4 @@
#!/bin/sh
printf 'Gateway: '; netstat -nr | grep default | awk '{print $2}';
printf ' Public: '; curl -s http://checkip.dyndns.org | awk '{print $6}' | awk 'BEGIN {FS="<"}{print $1}'
The note is not visible to the blocked user.