Setting DNS tunnel

0. basic knowledge

https://qiuri.org/806.html
https://www.rawidn.com/posts/how-to-use-dns-tunnel.html
https://github.com/yarrick/iodine#server-side

1. set domain record

2. run iodine at server

iodined -f -p 5353 -P password 192.168.100.1 t1.yingshaoxo.xyz

3. forward 53 port to 5353

use ifconfig to check if your interface is also eth0
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 53 -j DNAT --to :5353

4. give it a test

go to http://code.kryo.se/iodine/check-it/

5. run local program

sudo iodine -f -P password 45.76.7.184 t1.yingshaoxo.xyz

6. set up ssr and connect it through local ip 192.168.100.1

have fun!

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容