1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java3,443 stars (3,443 stars)723 forks (723 forks)batch import
completedhelp wanted
説明
hello,我本机使用移动蜂窝网络 ,将服务开在ipv6 的地址上, 服务启动后应该是否能被外网访问? 目前却访问不到,请问哪里需要特殊配置吗?感谢
コントリビューターガイド
- 技術スタック
- javaandroid
- 領域
- backendmobile
- Issue 種別
- documentation
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 2
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- under 1 hour
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- 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.