Switch firefox to use a different DNS than what is in the windows.host file

前端 未结 9 1211
误落风尘
误落风尘 2021-02-05 01:50

For example, I have a development site on a different server but I\'m trying to copy content over from the live site so it\'d be handy to have the live site in IE and the dev si

9条回答
  •  佛祖请我去吃肉
    2021-02-05 02:30

    I use this to override system's DNS with localserver
    in about:config
    change this value:

  • network.dns.forceResolve
  • network.dns.ipv4OnlyDomains
  • network.dns.localDomains
  • with IP address of local DNS server (for exsample 192.168.1.88)
    Sorry for my english

提交回复
热议问题