Skip to content
a_r_g_v edited this page Aug 22, 2016 · 1 revision

クライアント側チェックスクリプト

#!/bin/bash

arp -d 192.168.0.1 && ping -c 1 8.8.8.8 && curl https://google.com && dig google.com
Clone this wiki locally