[GH-ISSUE #705] ipv6 support #4523

Closed
opened 2026-05-27 23:04:21 +03:00 by zhus · 2 comments
Owner

Originally created by @yjzll on GitHub (May 15, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/705

Specific Demand

ep: http://[fd00:0:0:1::1]:5244

Implement Suggestion

Originally created by @yjzll on GitHub (May 15, 2026). Original GitHub issue: https://github.com/sigoden/dufs/issues/705 ## Specific Demand <!-- What feature do you need, please describe it in detail. --> ep: http://[fd00:0:0:1::1]:5244 ## Implement Suggestion <!-- If you have any suggestion for complete this feature, you can tell us. -->
zhus closed this issue 2026-05-27 23:04:21 +03:00
Author
Owner

@sigoden commented on GitHub (May 15, 2026):

dufs has long supported IPv6, you can test it.

curl http://[::1]:5000/?simple
<!-- gh-comment-id:4459629695 --> @sigoden commented on GitHub (May 15, 2026): dufs has long supported IPv6, you can test it. ``` curl http://[::1]:5000/?simple ```
Author
Owner

@yjzll commented on GitHub (May 15, 2026):

BusyBox v1.36.1 (2026-04-22 01:24:34 UTC) built-in shell (ash)

.___ __ .__
| | _____ _____ / | | |
| |/ \ / \ / _ _ __ \ __ \ | |
| | Y Y \ Y Y ( <
> ) | /| | / __ | |

|
||_| /|| /_/|| |__| (____ /____/
/ / BE FREE AND UNAFRAID /

ImmortalWrt 24.10.6, r33869-cf234f8de6d5

root@ImmortalWrt:# curl http://[::1]:5244
curl: (7) Failed to connect to ::1 port 5244 after 0 ms: Error
root@ImmortalWrt:
# curl http://192.168.100.1:5244

<html> <head> <style> td { padding: 0.2rem; text-align: left; 。。。。。。。。。。。。。。。。。

root@ImmortalWrt:~# curl [::1]

<html> <head> <style> body { background: white; font-family: arial, helvetica, sans-serif; } a { color: black; }
                    @media (prefers-color-scheme: dark) {
                            body { background: black; }
                            a { color: white; }
                    }
            </style>
    </head>
    <body>
            <a href="cgi-bin/luci/">LuCI - Lua Configuration Interface</a>
    </body>
</html> root@ImmortalWrt:~#
<!-- gh-comment-id:4460320706 --> @yjzll commented on GitHub (May 15, 2026): BusyBox v1.36.1 (2026-04-22 01:24:34 UTC) built-in shell (ash) .___ __ .__ | | _____ _____ ____________/ |______ | | | |/ \ / \ / _ \_ __ \ __\__ \ | | | | Y Y \ Y Y ( <_> ) | \/| | / __ \| |__ |___|__|_| /__|_| /\____/|__| |__| (____ /____/ \/ \/ BE FREE AND UNAFRAID \/ ----------------------------------------------------- ImmortalWrt 24.10.6, r33869-cf234f8de6d5 ----------------------------------------------------- root@ImmortalWrt:~# curl http://[::1]:5244 curl: (7) Failed to connect to ::1 port 5244 after 0 ms: Error root@ImmortalWrt:~# curl http://192.168.100.1:5244 <html> <head> <title>Index of /</title> <style> td { padding: 0.2rem; text-align: left; 。。。。。。。。。。。。。。。。。 root@ImmortalWrt:~# curl [::1] <!DOCTYPE html> <html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" /> <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> <style> body { background: white; font-family: arial, helvetica, sans-serif; } a { color: black; } @media (prefers-color-scheme: dark) { body { background: black; } a { color: white; } } </style> </head> <body> <a href="cgi-bin/luci/">LuCI - Lua Configuration Interface</a> </body> </html> root@ImmortalWrt:~#
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#4523