services -> domains
This commit is contained in:
@@ -53,7 +53,7 @@ func (api *API) vpnAutoUDPPorts() []int {
|
||||
// syncNftablesOnly regenerates and applies nftables rules from the current global config
|
||||
// without touching HAProxy. Called when firewall settings change independently.
|
||||
// Runs errors are logged only — the caller does not wait for completion.
|
||||
func (api *API) syncNftablesOnly(globalCfg *config.GlobalConfig) {
|
||||
func (api *API) syncNftablesOnly(globalCfg *config.State) {
|
||||
nftCfg := globalCfg.Cloud.Nftables
|
||||
|
||||
// Explicitly disabled: flush the wild-cloud table
|
||||
|
||||
Reference in New Issue
Block a user