DNS 设置为 0.0.0.0

streaming
Matthew 4 months ago
parent 3d3a02158e
commit 53df77733d

@ -1567,8 +1567,8 @@ public class MicroPhotoService extends Service {
if (!TextUtils.isEmpty(gateway)) {
intent.putExtra("gateway", gateway);
}
// intent.putExtra("dns1", "8.8.8.8");
// intent.putExtra("dns2", "192.168.19.1");
intent.putExtra("dns1", "0.0.0.0");
intent.putExtra("dns2", "0.0.0.0");
sendBroadcast(getApplicationContext(), intent);
}
}

Loading…
Cancel
Save