Last active 5 months ago
the whole ascii thing is just an nginx map
0
0
1
| 1 | map $http_user_agent $myindex { |
| 2 | default index.html; |
| 3 | ~curl ascii.txt; |
| 4 | } |
| 5 | |
| 6 | server { |
| 7 | listen 443 quic; |
| 8 | listen [::]:443 quic; |
| 9 | listen 443 ssl; |
| 10 | listen [::]:443 ssl; |