inee
V2EX  ›  问与答

本地dns也跪了,求方法!

  •  
  •   inee · Sep 12, 2013 · 2853 views
    This topic created in 4718 days ago, the information mentioned may be changed or developed.
    各种dns fail!

    用的google dns 查询上游TCP ,UDP用的114和移动的本地dns。之前用着还好,今天出现大面积跪。。

    运营商你丧心病狂了么!
    8 replies    1970-01-01 08:00:00 +08:00
    yaroot
        1
    yaroot  
       Sep 12, 2013
    unbound, 配置及其简单.
    inee
        2
    inee  
    OP
       Sep 12, 2013
    @yaroot 有没有详细教程?
    inee
        3
    inee  
    OP
       Sep 12, 2013
    @yaroot 这不就是本地dns ,之前了解过的
    yaroot
        4
    yaroot  
       Sep 12, 2013
    @inee 是的, 因为ISP的不稳定, 或者解出来的结果不好, 我这么自己架了好久了

    https://wiki.archlinux.org/index.php/Unbound
    https://calomel.org/unbound_dns.html

    这是我的配置模板
    server:
    username: "unbound"
    directory: "/etc/unbound"

    interface: 0.0.0.0
    interface: ::0

    access-control: ::1 allow
    access-control: 0.0.0.0/0 allow

    # `unbound-anchor -a /etc/unbound/root.key`
    auto-trust-anchor-file: "/etc/unbound/root.key"

    # ftp://FTP.INTERNIC.NET/domain/named.cache
    root-hints: "/etc/unbound/root.hints"

    hide-identity: yes
    hide-version: yes

    verbosity: 0
    use-syslog: yes

    # logfile: ""
    # log-queries: yes
    inee
        5
    inee  
    OP
       Sep 12, 2013
    @yaroot 感谢你的配置,当时我也折腾了半天。另外我现在用的按理说比这个更给力,是国外的一个大神制作的dns转发器。结果阵亡了,用这个看看,这个貌似支持dns加密等。
    yaroot
        6
    yaroot  
       Sep 12, 2013
    @inee 国外网站还不如就直接全代理/vpn了...速度还快..
    你用的工具和unbound又不冲突..应该可以一起用的
    inee
        7
    inee  
    OP
       Sep 12, 2013
    @yaroot 求个unbound懒人包吧。
    yaroot
        8
    yaroot  
       Sep 12, 2013
    @inee 官方网站下, windows装在默认位置, 其他都一样, 改好配置重启服务就行
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   886 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 21:07 · PVG 05:07 · LAX 14:07 · JFK 17:07
    ♥ Do have faith in what you're doing.