通过网卡的ipv6匹配功能建议,增加负向断言
Author: TeemoZhang-iceCreated Aug 8, 2026Updated Sep 16, 2026
LabelsenhancementStale
Description
我想要排除固定ipv6,使用临时ipv6
Problem
我想要排除固定ipv6,使用临时ipv6,例如想要排除结尾是4466的ipv6 使用网卡的正则方式无法进行匹配,因为只支持[^...],这是只能否定单字符,不能否定一个字符串,因此不支持负向断言^.*(?<!4466)$
Other Description
No response
Checklist
- I am using the latest version and have confirmed that the feature is not yet implemented in the latest version
- I have searched for similar feature requests before submitting this one
Source: jeessy2/ddns-go