mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
formatting
This commit is contained in:
parent
e359f64003
commit
63d65bb30e
|
@ -422,7 +422,8 @@ tunnel_dns(int tun_fd, int dns_fd, int bind_fd)
|
|||
if (debug >= 1) {
|
||||
struct sockaddr_in *tempin;
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue