-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Test if target is a valid host #10877
Comments
@J0WI thank you for opening this issue. I would like to add some details here. In #10869 I checked if a It was found that |
@Hainish @J0WI I have implemented the logic which check each <ruleset name="cschanaj">
<target host="dns-record-does-not-exist.example.com" />
<rule from="^http://dns-record-does-not-exist\.example\.com/"
to="https://example.com/" />
</ruleset> Is this an intended behavior? Should we check each Besides, should we allow IP
|
@Hainish can you have a look on #10877 (comment) and #11187 ? |
Not quite sure how |
@Hainish For any It seems to be a bug to me. A quick fix is to throw an error if HTTP cannot be resolved. Can you confirm this? Besides, what should be done for ip |
See #10869
The text was updated successfully, but these errors were encountered: