configs  Diff

Differences From Artifact [b3cd148fe7]:

To Artifact [2921fa2e0e]:


1
2
3
4
5
6
7
8
#!/usr/bin/env python3
from http.server import HTTPServer, SimpleHTTPRequestHandler
import os
import socket
import ssl

class HTTPServer6(HTTPServer):
    address_family = socket.AF_INET6
|







1
2
3
4
5
6
7
8
#!/usr/bin/env python3.10
from http.server import HTTPServer, SimpleHTTPRequestHandler
import os
import socket
import ssl

class HTTPServer6(HTTPServer):
    address_family = socket.AF_INET6