Last active
March 29, 2020 23:57
-
-
Save epk/b4dc7793d2a09e0ae8e7533d6f1196d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v --interface utun2 172.217.1.174 | |
* Trying 172.217.1.174... | |
* TCP_NODELAY set | |
* Local Interface utun2 is ip 100.114.40.4 using address family 2 | |
* Local port: 0 | |
^C | |
✘ ~ ping 100.83.104.46 | |
PING 100.83.104.46 (100.83.104.46): 56 data bytes | |
64 bytes from 100.83.104.46: icmp_seq=0 ttl=64 time=32.706 ms | |
64 bytes from 100.83.104.46: icmp_seq=1 ttl=64 time=36.212 ms | |
^C | |
--- 100.83.104.46 ping statistics --- | |
2 packets transmitted, 2 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 32.706/34.459/36.212/1.753 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment