$ curl-amd64 -X GET "https://google.com"
$ echo $?
0
$ curl-amd64 "https://google.com"
$ echo $?
0
$ curl-amd64 "https://asdfaskfhaklshfkjsahflkjas.com"
$ echo $?
0
$ curl-amd64 "http://asdfaskfhaklshfkjsahflkjas.com"
$ echo $?
0
$ curl-amd64 "http://localhost.:8080"
$ echo $?
0
$ curl-amd64
$ echo $?
0
$ uname -a
FreeBSD router.xyz 12.3-STABLE FreeBSD 12.3-STABLE RELENG_2_6_0-n226742-1285d6d205f pfSense amd64
I created a simple http listener and nothing is sent out.
I created a simple http listener and nothing is sent out.