7 lines
103 B
Python
7 lines
103 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from config import *
|
|
from encoding import *
|
|
|
|
import dns
|