Giter Site home page Giter Site logo

Comments (7)

kenzok8 avatar kenzok8 commented on August 26, 2024

from openwrt-packages.

WROIATE avatar WROIATE commented on August 26, 2024

git clone https://github.com/kenzok8/passwall.git Jarao [email protected] 于2020年6月4日周四 下午12:41写道:

由于passwall无法支持ipv6纯地址形式,老版passwall使用域名有一个选项是“使用ipv6”,可以让域名解析为ipv6进行连接 最新版passwall取消了“使用ipv6”这一选项,导致无法使用纯ipv6主机 建议分一个old文件夹专门放老版供需要的人选 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#21>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJZ3ARXO4AUR2C4OWGJSSLRU4QXLANCNFSM4NSILGEQ .

感谢!

from openwrt-packages.

WROIATE avatar WROIATE commented on August 26, 2024

@kenzok8 使用上面这个源会出现编译错误,请问是为什么?我已经把3.6-41文件给换成这个了

make[3]: Entering directory '/home/j_wroiate/op19/feeds/kenzo/luci-app-passwall'
rm -rf /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall.installed /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall
mkdir -p /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall
install -d -m0755 /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall/etc/config
install -m0600 ./root/etc/config/passwall /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall/etc/config/passwall
install -m0600 ./root/etc/config/passwall_show /home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall/etc/config/passwall_show
install: cannot stat './root/etc/config/passwall_show': No such file or directory
Makefile:152: recipe for target '/home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall.installed' failed
make[3]: *** [/home/j_wroiate/op19/build_dir/target-x86_64_musl/luci-app-passwall-3.6/.pkgdir/luci-app-passwall.installed] Error 1
make[3]: Leaving directory '/home/j_wroiate/op19/feeds/kenzo/luci-app-passwall'
time: package/feeds/kenzo/luci-app-passwall/compile#0.12#0.04#0.17
package/Makefile:111: recipe for target 'package/feeds/kenzo/luci-app-passwall/compile' failed
make[2]: *** [package/feeds/kenzo/luci-app-passwall/compile] Error 2
make[2]: Leaving directory '/home/j_wroiate/op19'
package/Makefile:107: recipe for target '/home/j_wroiate/op19/staging_dir/target-x86_64_musl/stamp/.package_compile' failed
make[1]: *** [/home/j_wroiate/op19/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/j_wroiate/op19'
/home/j_wroiate/op19/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2

from openwrt-packages.

sxx1314 avatar sxx1314 commented on August 26, 2024

git clone https://github.com/kenzok8/passwall.git Jarao [email protected] 于2020年6月4日周四 下午12:41写道:

由于passwall无法支持ipv6纯地址形式,老版passwall使用域名有一个选项是“使用ipv6”,可以让域名解析为ipv6进行连接 最新版passwall取消了“使用ipv6”这一选项,导致无法使用纯ipv6主机 建议分一个old文件夹专门放老版供需要的人选 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#21>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJZ3ARXO4AUR2C4OWGJSSLRU4QXLANCNFSM4NSILGEQ .

从 log里看 40到41 仅仅是添加了一个 acl.d 所以应该不存在ipv6的修改 应该是更早期的版本 同理我用我以前的40固件也确实没有发现这个选项

from openwrt-packages.

kenzok8 avatar kenzok8 commented on August 26, 2024

登陆软路由--网络选项--DHCP/DNS--高级设置里 ,把“禁止解析 IPv6 DNS 记录”勾选去掉试试

from openwrt-packages.

kenzok8 avatar kenzok8 commented on August 26, 2024

你是git clone下载的?如果是copy的记得给passwall 权限 775就行了

from openwrt-packages.

WROIATE avatar WROIATE commented on August 26, 2024

你是git clone下载的?如果是copy的记得给passwall 权限 775就行了

不是这个原因,是因为这份文件里少了几个文件,包括passwall_show,这个文件在3.6-41里有在你给的3.6-40里没有

from openwrt-packages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.