Server bin compiled successfully but running it with the config below, I got the error:
ERROR Server error: Address family not supported by protocol (os error 97)
OS: Ubuntu 24.04
Any help would be appreciated
cargo run -p slipstream-server --
--dns-listen-port 53
--target-address 127.0.0.1:5201
--domain ns.eee.xxx
--cert /etc/xray/cert.pem
--key /etc/xray/key.pem
--reset-seed ./reset-seed
Server bin compiled successfully but running it with the config below, I got the error:
ERROR Server error: Address family not supported by protocol (os error 97)
OS: Ubuntu 24.04
Any help would be appreciated
cargo run -p slipstream-server --
--dns-listen-port 53
--target-address 127.0.0.1:5201
--domain ns.eee.xxx
--cert /etc/xray/cert.pem
--key /etc/xray/key.pem
--reset-seed ./reset-seed