nccgroup/singularity

Singularity won't compile even with latest go version

rew1nter opened this issue · 1 comments

When I try to build the main.go file it shows up with code error and fails to compile. Tried it on two windows machines with different go versions.
Screenshot_719-1
Both failed

gdncc commented

Singularity of Origin runs only on Linux (but can be cross-compiled). Specifically, it requires iptables to dynamically manage firewall rules for the "Multiple answers" rebinding technique, and Linux IP transparent proxy to redirect many ports to one port (the latter is admittedly a convenience feature).