Stabilize Fusion builds and simplify optional modules.
Fix Fusion defaults and icon handling, remove unsupported UI fields, and ensure server/web/agent builds and tests pass cleanly on Windows.
This commit is contained in:
9
server/internal/sys/firewall_stub.go
Normal file
9
server/internal/sys/firewall_stub.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package sys
|
||||
|
||||
import "fmt"
|
||||
|
||||
func EnsureInboundTCPPort(port int, ruleName string) error {
|
||||
return fmt.Errorf("automatic firewall rules are only supported on Windows")
|
||||
}
|
||||
Reference in New Issue
Block a user