mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:37:16 +03:00
Adjusted to run on ipv6-enabled hosts
This commit is contained in:
parent
611fbfa917
commit
c9adbc9f1c
3 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ Moooooooooooo
|
|||
<verify>
|
||||
<strip>
|
||||
^PORT .*
|
||||
^EPRT .*
|
||||
^LPRT .*
|
||||
</strip>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ REPLY PORT 314 bluah you f00l!
|
|||
</errorcode>
|
||||
<strip>
|
||||
^PORT 127,0,0,1,.*
|
||||
^EPRT .*
|
||||
^LPRT .*
|
||||
</strip>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ REPLY RETR 314 bluah you f00l!
|
|||
</errorcode>
|
||||
<strip>
|
||||
^PORT.*
|
||||
^EPRT .*
|
||||
^LPRT .*
|
||||
</strip>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue