%PDF- %PDF-
Direktori : /data/old/usr/lib/python3.4/site-packages/dohproxy/ |
Current File : //data/old/usr/lib/python3.4/site-packages/dohproxy/constants.py |
#!/usr/bin/env python3 # # Copyright (c) 2018-present, Facebook, Inc. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. # DOH_URI = '/dns-query' DOH_MEDIA_TYPE = 'application/dns-udpwireformat' DOH_CONTENT_TYPE_PARAM = 'ct' DOH_DNS_PARAM = 'dns' DOH_H2_NPN_PROTOCOLS = ['h2']