1、建立一个虚拟机,操作系统以debian12为例。没有软路由的,那就用VMware Workstation Pro或VirtualBox建立在本地电脑上。有软路由的可以建立在软路由上。ip地址设置为和局域网中主路由同网段即可。
2、如果在虚拟机上以前安装过dae的,请使用脚本 sudo sh -c "$(curl -sL https://raw.githubusercontent.com/daeuniverse/dae-installer/main/uninstaller.sh)" 卸载dae,卸载后请使用 reboot 重启一下虚拟机。
3、参考daed项目的说明文档https://github.com/daeuniverse/daed/blob/main/docs/getting-started.md,依次执行如下命令,则可以在diban12上安装daed。带#号的内容为说明性内容,不是命令,可以不用复制粘贴。Download,下载。 install,安装。Start daed,启动daed服务。enable daed start automatically,设置daed服务为开机启动。
# Download wget -P /tmp https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
# install sudo dpkg -i /tmp/installer-daed-linux-$(arch).deb rm /tmp/installer-daed-linux-$(arch).deb
# Start daed sudo systemctl start daed
# enable daed start automatically sudo systemctl enable daed
如果你使用wget -P /tmp https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb,无法成功下载daed安装包。也就是执行完该条命令后,使用 ls /tmp/installer-daed-linux*.* 命令列举不出任何结果的话。那就说明github网站在你所在的地区是被屏蔽的而且你的debian12所处的网络的网关路由器不具备翻墙能力。
解决办法:在自由门无界借助透明代理翻墙系列文章有过介绍,但操作稍显繁琐了一些。这里介绍一种更简单的方法,如果不好使,再去使用自由门无界借助透明代理翻墙系列文章介绍的方法。就是借助一些github文件加速代理达到下载GitHub文件的目的。这样的加速代理有很多,比如比较出名的https://ghfast.top。我们将上述下载命令改变成如下形式即可正常下载了。
wget -P /tmp https://ghfast.top/https://github.com/daeuniverse/daed/releases/latest/download/installer-daed-linux-$(arch).deb
如果https://ghfast.top也被屏蔽封锁了,请自行从文后所列的425个加速代理中自行寻找一个可用的,将其域名替换掉ghfast.top即可。
4、根据你虚拟机的ip地址,在浏览器中访问http://虚拟机的ip地址:2023,剩下的设置和操作,可以参考相关视频翻墙了解:无需手搓配置了 大鹅图形化版本(daed)使用简介(视频作者本机所使用的操作系统就是linux的,和本文讲述的情况是不同的,本文所针对的是普遍使用windows作为本机操作系统的用户,所以安装部分不用管它,只看其关于daed的设置和操作部分)。好像在设置后端接口地址时,网址后面的那串路径/graphql是固定的,修改成其他的会无法继续下一步设置。
5、将本地电脑所使用的网卡的tcp/ipv4属性中的“默认网关”和“首选dns服务器”设置为虚拟机的ip地址,本地电脑的ip地址设置为一个同网段且未被其他设备占用的即可。假设daed虚拟机的ip是192.168.2.64则如下图设置即可。如果出现“想要允许你的电脑被此网络上的其他电脑和设备发现吗”的提示,请点击“允许”。
做完上述设置后,可能会显示网络不通(如下图所示红框内容),但并非真的不通,只是不能及时刷新,需要过一会儿才会变为internet和小电脑图标,可以随意访问一个国内网站看看是否能正确访问,能访问就表示网络是通的。
在本地电脑启动自由门或无界找到服务器后,启动浏览器并将浏览器的代理设置为无界或自由门后,应该就可以成功的翻墙访问外网了。
补充:个人在使用过程中,发生过在切换节点时出现大鹅失效的情况。建议最好先点击右上角的启用按钮变为禁用状态,然后再拖拽翻墙节点进行切换,再点击右上角的启用按钮变为启用状态。这些操作做完后,可以访问类似https://ip100.info这样的网站,看看国外普通网站和谷歌等网站所走的ip是不是你翻墙节点的ip。如果不是,或者完全访问不了该网站。说明在节点切换过程中大鹅出现了一些“意外”。建议把虚拟机重启一下,再访问https://ip100.info看看是否正常。
经个人的非常简单的测试(按照daed的说明文档,本来trojan、tuic应该都是可以支持的,但不知道为什么在测试中找不到服务器,也许和搭建的脚本或者vps等等有关吧,所以还是请以自己的测试为准),按照翻墙了解:sing-box多协议科学上网方案 翻墙新协议AnyTLS介绍第一个视频前12分钟所搭建的10种翻墙协议,采用订阅链接(模板1)导入daed。
翻墙节点协议 |
自由门8.01 |
无界(21.31不太稳定,采用的旧版本21.29和21.28测试) |
xtls-reality |
可以找到服务器
|
可以找到服务器 |
hysteria2 |
可以找到服务器 |
可以找到服务器 |
ShadowTLS |
可以找到服务器 |
可以找到服务器 |
vmess ws
|
可以找到服务器 |
可以找到服务器 |
vless tls
|
可以找到服务器 |
可以找到服务器 |
tuic |
找不到服务器
|
找不到服务器 |
trojan |
找不到服务器 |
找不到服务器 |
h2 reality |
找不到服务器 |
找不到服务器 |
grpc reality |
找不到服务器 |
找不到服务器 |
anytls无法导入 |
|
|
github加速代理:
1.github.010716.xyz 113355.kabaka.xyz 80888888.xyz aa.w0x7ce.eu acc.meiqer.com api-ghp.fjy.zone armg1.jyhk.tk armg2.jyhk.tk b.yesican.top bakht1.jsdelivr.fyi bakht2.jsdelivr.fyi bakht3.jsdelivr.fyi booster.ookkk.ggff.net c.gatepro.cn cc.ikakatoo.us ccgit1.5gyh.cf ccgit2.5gyh.cf cdn-gh.141888.xyz cfghproxy.165683.xyz chirophy.online choner.eu.org d.scyun.top daili.6dot.cn dh.guluy.top dh.jeblove.com dl.github.mirror.shalo.link dnsvip.uk docker.bkxhkoo.com docker.ppp.ac.cn down.avi.gs download.ojbk.one download.serein.cc f.shenbing.nyc.mn fastgithub.starryfun.icu file.justgame.top ft.v1k1.xin fuck-flow.nobige.cn g.108964.xyz g.blfrp.cn g.bravexist.cn g.down.0ms.net g.jscdn.cn g.yeyuqiufeng.cn gh.136361.xyz gh.13x.plus gh.19121912.xyz gh.193.gs gh.220106.xyz gh.222322.xyz gh.244224659.xyz gh.2i.gs gh.316688.xyz gh.321122.xyz gh.334433.xyz gh.39.al gh.518298.xyz gh.52099520.xyz gh.654535.xyz gh.777000.best gh.799154.xyz gh.860686.xyz gh.8p.gs gh.960980.xyz gh.accn.eu.org gh.amirrors.com gh.andiest.com gh.aurzex.top gh.avmine.com gh.b52m.cn gh.bhexo.cn gh.cdn.fullcone.cn gh.chewable.eu.org gh.chillwaytech.com gh.cnbattle.com gh.crond.dev gh.dev.438250.xyz gh.duang.io gh.duckcc.com gh.dwsy.link gh.ecdn.ip-ddns.com gh.flewsea.news gh.flewsea.pw gh.flyrr.cc gh.gongyi.tk gh.gorun.eu.org gh.gxb.pub gh.haloless.com gh.heshiheng.top gh.hitcs.cc gh.i3.pw gh.ibridge.eu.org gh.iinx.top gh.j8.work gh.jadelive.top gh.jscdn.cn gh.jxq.io gh.kejilion.pro gh.kemon.ai gh.kmxm.online gh.lib.cx gh.lkwplus.com gh.lux1983.com gh.luzy.top gh.lyh.moe gh.miaomiao.video gh.micedns.cloudns.org gh.mirror.190211.xyz gh.mirror.coolfeature.top gh.moetools.net gh.momonomi.xyz gh.mrskye.cn gh.mtx72.cc gh.nekhill.top gh.nekorect.eu.org gh.nextfuture.top gh.oevery.me gh.oneproxy.top gh.opsproxy.com gh.osspub.cn gh.padao.fun gh.prlrr.com gh.pylas.xyz gh.qptf.eu.org gh.qsd.onl gh.qsq.one gh.rem.asia gh.riye.de gh.scy.ink gh.someo.top gh.stanl.ee gh.stewitch.com gh.suite.eu.org gh.tbw.wiki gh.tou.lu gh.tryxd.cn gh.uclort.com gh.wglee.org gh.wowforever.xyz gh.wuuu.cc gh.wwang.de gh.wygg.us.kg gh.xbzza.cn gh.xda.plus gh.yahool.com.cn gh.yushum.com ghac.760710.xyz ghacc.cpuhk.eu.org ghb.wglee.org gh-boost.oneboy.app gh-deno.mocn.top ghfast.top ghjs.131412.eu.org ghp.618032.xyz ghp.9e6.site ghp.dnsplus.uk ghp.fit2.fun ghp.imc.re ghp.jokeme.top ghp.lanchonghai.com ghp.miaostay.com ghp.opendatahub.xyz ghp.pbren.com ghp.src.moe ghp.tryanks.com ghp.vatery.com ghp.xiaopan.ai ghp.ybot.xin ghp.yeye.f5.si ghproxy.0081024.xyz ghproxy.053000.xyz ghproxy.200502.xyz ghproxy.943689.xyz ghproxy.alltobid.cc ghproxy.amayakite.xyz ghproxy.bugungu.top gh-proxy.dorz.tech ghproxy.dsdog.tk ghproxy.ducknet.work ghproxy.gopher.ink ghproxy.gpnu.org ghproxy.hoshizukimio.top gh-proxy.iflyelf.com ghproxy.imoyuapp.win gh-proxy.jacksixth.top gh-proxy.jmper.me ghproxy.joylian.com gh-proxy.just520.top ghproxy.licardo.vip gh-proxy.mereith.com ghproxy.minge.dev ghproxy.missfuture.eu.org ghproxy.moweilong.com ghproxy.nanakorobi.com ghproxy.net gh-proxy.not.icu ghproxy.ownyuan.top gh-proxy.rxliuli.com ghproxy.sakuramoe.dev ghproxy.smallfawn.work ghproxy.sveir.xyz ghproxy.temoa.fun ghproxy.thefoxnet.com ghproxy.tracemouse.top ghproxy.txq.life ghproxy.viper.pub ghproxy.vyronlee-lab.com ghproxy.weizhiwen.net ghproxy.wjsphy.top ghproxy.workers.haoutil.com ghproxy.xiaohei-studio-chatgpt-proxy.com.cn gh-proxy.yuntao.me git.1999111.xyz git.22345678.xyz git.40609891.xyz git.5gyh.cf git.988896.xyz git.aaltozz.info git.acap.cc git.amoluo.win git.anye.in git.binbow.link git.blaow.cloudns.org git.closersyu.top git.ifso.site git.imvery.moe git.ixdd.de git.ldvx.de git.lincloud.pro git.liunasc.xyz git.llvho.com git.loushi.site git.lzzz.ink git.maomao.ovh git.mokoc.live git.niege.app git.nyar.work git.o8.cx git.outtw.com git.ppp.ac.cn git.repcz.link git.txaff.com git.verynb.org git.wsl.icu git.wyy.sh git.xiny.eu.org git.xuantan.icu git.zlong.eu.org git3.openapi.site git-clone.ccrui.dev github.08050611.xyz github.143760.xyz github.170011.xyz github.17263241.xyz github.180280.xyz github.197909.xyz github.19890821.xyz github.201068.xyz github.333033.xyz github.4240333.xyz github.564456.xyz github.732086.xyz github.776884.xyz github.789056.xyz github.818668.xyz github.8void.sbs github.9394961.xyz github.960118.xyz github.abyss.moe github.atzzz.com github.axcio.dns-dynamic.net github.boki.moe github.boringhex.top github.bullb.net github.c1g.top github.cf.xihale.top github.chasun.top github.chuancey.eu.org github.cnxiaobai.com github.computerqwq.top github.cswklt.top github.ctios.cn github.ddlink.asia github.dockerspeed.site github.eejsq.net github.ffffffff0x.com github.gdzja.site github.haodiy.xyz github.hhh.sd github.hi.edu.rs github.hostscc.top github.hx208.top github.ilxyz.xyz github.intellisensing.tech github.jerryliang.win github.jimmyshjj.top github.jinenyy.vip github.jscdn.cn github.kidos.top github.kuugo.top github.lao.plus github.mayx.eu.org github.mirror.qlnu-sec.cn github.mirror.vurl.eu.org github.mirrors.hikafeng.com github.mistudio.top github.orangbus.cn github.pipers.cn github.proxy.zerozone.tech github.pxy.lnsee.com github.quickso.net github.ruxi.org github.sagolu.top github.serein.cc github.snakexgc.com github.space520.eu.org github.sssss.work github.static.cv github.suyijun.top github.try255.com github.unipus.site github.verynb.org github.vipchanel.com github.widiazine.top github.workers.lv10.ren github.workersnail.com github.xin-yu.cloud github.xiongmx.com github.xwb009.xyz github.xxlab.tech github.xxqq.de github.xykcloud.com github.yeep6.eu.org github.ylyhtools.top github.yoloarea.com github.yunfile.fun github.zhaolele.top github.zhou2008.cn github.zhulin240520.buzz github.zyhmifan.top githubacc.caiaiwan.com githubapi.jjchizha.com githubgo.856798.xyz github-proxy.ai-lulu.top github-proxy.caoayu.top github-proxy.explorexd.uk github-proxy.fjiabinc.cn github-proxy.sharefree.site githubproxy.unix.do github-quick.1ms.dev github-raw-download.nekhill.top githubsg.lilyya.top gitproxy.mrhjx.cn gitproxy.ozoo.top godlike.ezpull.top gp.19841106.xyz gp.dahe.now.cc gp.daxei.now.cc g-p.loli.us gp.ownorigin.top gt.changqqq.xyz gxb.pub hay.uxio.cn hg.19840228.top hh.newhappy.cf hk.114914.xyz hub.12138.3653655.xyz hub.326998.xyz hub.885666.xyz hub.fnas64.xin hub.jeblove.com hub.naloong.de hub.vps.861020.xyz hub.vvn.me hub.why-ing.top hub.xjl.ch jh.ussh.net jias.ayanjiu.top jiasu.iwtriptqt1016.eu.org jiasughapi.lingjun.cc jiasuqi.167889.xyz jisuan.xyz js.wd666.cloudns.biz l0l0l.cc m.seafood.loan mc.cn.eu.org mdv.162899.xyz micromatrix.gq mip.cnzzla.com my.iiso.site my.losesw.live mygh.api.xiaomao.eu.org nav.253874.net nav.cxycsx.vip nav.gjcloak.xyz nav.hgd1999.com nav.hoiho.cn nav.syss.fun nav.tossp.com nav.wxapp.xyz nav.yyxw.tk navs.itmax.cn neoz.chat noad.keliyan.top node2.txq.life or.tianba.eu.org p.jackyu.cn privateghproxy.iil.im proxy.191027.xyz proxy.atoposs.com proxy.ccc8.vip proxy.dragontea.cc proxy.fakups.cn proxydl.lcayun.cn proxy-gh.1l1.icu q-github.cnxiaobai.com ql.l50.top raw.nmd.im rst.567812.xyz static.kaixinwu.vip static.yiwangmeng.com t.992699.xyz tpe.corpa.me tube.20140301.xyz vps.pansen626.com wfgithub.xiaonuomi.ie.eu.org |