root@opn:~ # curl -I "http://[global unicast ip]:8080/"HTTP/1.1 403 ForbiddenServer: nginxDate: Sun, 05 May 2019 08:53:42 GMTContent-Type: text/html; charset=UTF-8Connection: keep-aliveSet-Cookie: PHPSESSID=821af9dcbd0717c132159e99ba9fe06e; path=/Set-Cookie: PHPSESSID=821af9dcbd0717c132159e99ba9fe06e; path=/; secure; HttpOnlyExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cache
root@opn:~ # curl -Iv "http://[::1]:8080/"* Trying ::1...* TCP_NODELAY set* Immediate connect fail for ::1: No route to host* Closing connection 0curl: (7) Couldn't connect to server
curl -Iv "http://[fe80::a00:27ff:fe5b:210a]:8080/"* Trying fe80::a00:27ff:fe5b:210a...* TCP_NODELAY set* Immediate connect fail for fe80::a00:27ff:fe5b:210a: No route to host* Closing connection 0curl: (7) Couldn't connect to server