mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-03 06:57:27 +00:00
formatting
This commit is contained in:
parent
49695a4cb4
commit
bd45e6ccb2
|
@ -422,7 +422,8 @@ tunnel_dns(int tun_fd, int dns_fd, int bind_fd)
|
||||||
if (debug >= 1) {
|
if (debug >= 1) {
|
||||||
struct sockaddr_in *tempin;
|
struct sockaddr_in *tempin;
|
||||||
tempin = (struct sockaddr_in *) &(q.from);
|
tempin = (struct sockaddr_in *) &(q.from);
|
||||||
printf("RX: client %s, type %d, name %s\n", inet_ntoa(tempin->sin_addr), q.type, q.name);
|
printf("RX: client %s, type %d, name %s\n",
|
||||||
|
inet_ntoa(tempin->sin_addr), q.type, q.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
domain = strstr(q.name, topdomain);
|
domain = strstr(q.name, topdomain);
|
||||||
|
|
Loading…
Reference in a new issue