1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)Java3,443 star (3,443 star)723 fork (723 fork)batch import
completedhelp wanted
描述
hello,我本机使用移动蜂窝网络 ,将服务开在ipv6 的地址上, 服务启动后应该是否能被外网访问? 目前却访问不到,请问哪里需要特殊配置吗?感谢
贡献者指南
- 技术栈
- javaandroid
- 领域
- backendmobile
- 议题类型
- documentation
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 2
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- under 1 hour
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- needs maintainer response
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- clear
- 前置要求
- Basic knowledge of Android networkingFamiliarity with AndServer configuration
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 60
- 研究方向
- The issue asks about binding an AndServer service to an IPv6 address and external access. First, review AndServer's documentation and source code to understand how the server binds to network interfaces (e.g., in the main server class). Check for any configuration options related to IPv6 or network interfaces. Then, verify the Android device's IPv6 connectivity and firewall settings. Possible solutions include explicitly specifying the IPv6 address in the server setup or ensuring the server is listening on all interfaces (0.0.0.0). A maintainer could provide guidance on the correct approach.