Skip to content

Support for IPv6 #3

Description

@OxySynth

I have to access and run the server over IPv6 because of DS-Lite and Carrier-Grade NAT. I would like to use this tool to check my API connectivity because it seem IPv6 support is currently broken and the server just can't access the API.
I have tried the 64 bit prefix-len global address and the local address, I get the following error when running
python3 sfcheck.py fe80::be24:11ff:fee9:5f2b

Traceback (most recent call last): File "/home/steam/SatisfactoryTest/SF-Tools/sfcheck.py", line 141, in <module> main(host, port, verbose) File "/home/steam/SatisfactoryTest/SF-Tools/sfcheck.py", line 106, in main response = probeServer( address, port ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/steam/SatisfactoryTest/SF-Tools/sfcheck.py", line 55, in probeServer UDPClientSocket.sendto( msgToServer, ( srvAddress, srvPort ) ) socket.gaierror: [Errno -9] Address family for hostname not supported

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions