<div dir="ltr">I'm still very new to iodine, so apologies if this is a dumb question.<div><br></div><div>I have iodine somewhat working. I've posted another question about it disconnecting after a certain amount of time, but I know at least I'm able to make a successful connection to it.<br><br>However, what if I'm connected to an access point that only allows DNS requests, and the DNS requests need to be sent directly to the gateway (not to any other DNS servers)? In other words, instead of running, `iodine -fP pass <a href="http://mydomain.com">mydomain.com</a> <a href="http://iodine.mydomain.com">iodine.mydomain.com</a>` (assuming iodined is running on <a href="http://mydomain.com">mydomain.com</a>), I would have to run something like `iodine -fP pass <gateway-ip> <a href="http://iodine.mydomain.com">iodine.mydomain.com</a>`, because I can't send DNS requests to my server, however, this doesn't work.<br><br>Is there anything I can do here? Should this case actually work? If I run `dig <a href="http://iodine.mydomain.com">iodine.mydomain.com</a> +trace`, I can see that dig does correctly figure out that <a href="http://mydomain.com">mydomain.com</a> is the nameserver for <a href="http://iodine.mydomain.com">iodine.mydomain.com</a>, so it seems like it technically should be possible to tunnel traffic through DNS, I just don't know if it's not working because it's not supported or I'm doing something wrong.</div></div>