Hi! Why can I ping but not curl google.com? Or clone a GitHub repo?

% ping google.com
PING google.com (213.155.151.184): 56 data bytes
64 bytes from 213.155.151.184: icmp_seq=0 ttl=57 time=19.949 ms
64 bytes from 213.155.151.184: icmp_seq=1 ttl=57 time=20.554 ms
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 19.949/20.252/20.554/0.303 ms
% curl google.com
curl: (7) Couldn't connect to server
% git clone https://github.com/openbsd/openbsd.git
Cloning into 'openbsd'...
fatal: unable to access 'https://github.com/openbsd/openbsd.git/':
Couldn't connect to server

and pf.conf:
https://gist.github.com/anonymous/69e047797f696c1df8eaa0c82e39e01d

Thanks!

--Murk

Reply via email to