Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc committed Jun 20, 2015
1 parent 1b342e0 commit 70ef359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion udp_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ client_to_proxy_cb(evutil_socket_t client_proxy_handle, short ev_flags,

struct dns_header *header = (struct dns_header *)dns_query;

// self serve signed certficate for provider name?
// self serve signed certificate for provider name?
if (!udp_request->is_dnscrypted) {
if (self_serve_cert_file(c, header, dns_query_len, udp_request) == 0)
return;
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#ifndef VERSION_H
#define VERSION_H

const char *the_version = "0.1.15.21.geca4f63";
const char *the_version = "0.1.16";

#endif

0 comments on commit 70ef359

Please sign in to comment.