You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
内网设备,只有公网 ipv6 地址可以用于外网访问,通过 Nginx 反代子目录
alist
(alist 仍旧是5244
端口)。由于运营商限制了端口,通过公网 ipv6 访问的这台设备的时候还要带上可以使用的高位端口,比如
https://<IPV6_DOMAIN>:<PORT>
,这里的<PORT>
假设为未被运营商封锁的12345
。我尝试过几种配置,大致表现如下:
/alist
,基本路径alist
https://<IPV6_DOMAIN>:<PORT>/alist/
,基本路径alist
http://<LOCAL_IPV4>/alist/
,基本路径alist
我觉得第一种配置应该是最理想的,并且如果有多个域名的话也可以一并支持,但似乎并不能很好的支持相对路径。
Beta Was this translation helpful? Give feedback.
All reactions