Dahan Gong
Dahan Gong
本机自用dnsagent的时候, : - 不启动DNSAgent的时候, 使用系统设置的第二个nameserver - 启动后, 使用DNSAgent, 默认nameserver指向上一条提到的server 这个只要在网卡设置离填上就好了, 已经做好, 但有时候出问题: - 问题是之前那个nameserver虽然稳定但偶尔连不上(server没问题, 是我机子所处网段的哪儿的问题) - 这时候, 我现在的机子会因为无法解析域名而无法上网 - 如果能给DNSAgent增加第二个默认nameserver, 我可以有个备选方案, 就不用每次断网都要频繁折腾了. 注: - 备用的server通常连得上, 但相当慢, 而且解析的质量不知道有没有保证. 所以只能做备选. - 我目前把系统设置里的第二个server指向了这个备选,...
还是网卡被禁用ipv4/v6的问题, 我上次的Pull Request只处理了Address是已知静态IP的情况。但对更泛的情况来说: - 一个电脑的最高优先级的网卡是 VPN 大于 一般网卡 - 由于各种原因,VPN禁掉了IPv6或v4其中一种 - 连上VPN后,电脑就只会用某一种没被禁掉的方式解析域名 - 那个域名在DNSAgent中没有配置,解析失败 - 域名指定的IP发生了变化,但管理员没有修改配置并重启服务器上的DNSAgent,解析还是失败 假设一个client的VPN的ipv6被禁了,而且已经预先知道“想要/允许”访问的IPv6域名范围有哪些,比如只有_.sixxs.org、_.byr.cn等少数。如果有个选项能: - DNSAgent匹配到后,重载question的RecordType为Aaaa,然后照常往某个NameServer发请求查询,返回结果 这种方式适用范围更广,只是我不知道用处大不大。而且我试着改了改,发现如何利用缓存又是一个问题。所以就只能提个新issue了。
There's a bug that some `new`-ed modes are never inited, imported when migrating from CoffeeScript to ES6. This PR fixes this by forcing subclasses of `Mode` to call `super.init()` in...
This ensures `userDefinedLinkHintCss` can override those in `vimium.css`, so it can replace #3421, fix #3418, fix #3452 and fix #3956. As said in https://github.com/philc/vimium/issues/3418#issuecomment-549160351 , during my tests the document...
This will support a new name which only has case changes, as reported in https://github.com/alefragnani/vscode-project-manager/issues/167#issuecomment-1186046286 .
### Steps to reproduce 1. enable `Options -> Misc -> Allow multiple instances` and click `OK` 2. open `a.exe (1.0)` from `D:\1\a.exe` 3. open a new window by double clicking...
## What problem does the feature solve? I find there're two issues on the doc website: * some clickable targets have no `[role="button"]`, like dropdown menuitems, radio buttons and breadcrumbs...
> Refer: #400 **Describe the bug** In [WhatsApp Web](https://web.whatsapp.com/), if the chatbox is focused, vimium-c isn't able to be triggered again unless using the mouse to click on any place...
**Platform**: Chrome 94, Win 10 / macOS 11.4 **Extension**: Katalon Recorder (Selenium tests generator) 5.5.4.8 #### One line description If a page creates a `Shadow DOM` tree and then insert...
## Is your feature request related to a problem? Please describe. Not found. ## Describe the solution you would like When showing references for a function symbol, provide a setting...