Codebase list dnsviz / 774cd08
Bump version Casey Deccio 7 years ago
7 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
657657
658658 def init_req(self):
659659 data = self._post_data()
660 self.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.1\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
660 self.req = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.6.2\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
661661 self.req_len = len(self.req)
662662 self.req_index = 0
663663
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz-probe 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz-probe 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz-graph \- graph the assessment of diagnostic DNS queries
2323 .SH SYNOPSIS
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz-grok 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz-grok 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz-grok \- assess diagnostic DNS queries
2323 .SH SYNOPSIS
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz-print 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz-print 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz-print \- print the assessment of diagnostic DNS queries
2323 .SH SYNOPSIS
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz-probe 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz-probe 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz-probe \- issue diagnostic DNS queries
2323 .SH SYNOPSIS
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz-query 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz-query 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz-query \- assess a DNS query
2323 .SH SYNOPSIS
1717 .\" You should have received a copy of the GNU General Public License along
1818 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
1919 .\"
20 .TH dnsviz 1 "13 Sep 2016" "0.6.1"
20 .TH dnsviz 1 "19 Sep 2016" "0.6.2"
2121 .SH NAME
2222 dnsviz \- issue and assess diagnostic DNS queries
2323 .SH SYNOPSIS