Browse Source

Fix all routing not working in Android

This reverts commit 66ed595c52.
pull/2016/head
Mygod 6 years ago
parent
commit
a4c9059ffe
1 changed files with 1 additions and 1 deletions
  1. 2
      src/local.c

2
src/local.c

@ -831,7 +831,7 @@ server_recv_cb(EV_P_ ev_io *w, int revents)
if (sni_detected if (sni_detected
#ifdef __ANDROID__ #ifdef __ANDROID__
&& !is_remote_dns
&& acl && !is_remote_dns
#endif #endif
) { ) {
// Reconstruct address buffer // Reconstruct address buffer

Loading…
Cancel
Save