Move updates

This commit is contained in:
Owen
2025-06-22 12:10:00 -04:00
parent e2dd965654
commit e642983b88
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package main
package util
import (
"bytes"
@@ -369,7 +369,7 @@ func updateTargets(pm *proxy.ProxyManager, action string, tunnelIP string, proto
return nil
}
func executeUpdownScript(action, proto, target string) (string, error) {
func executeUpdownScript(action, proto, target string, updownScript string) (string, error) {
if updownScript == "" {
return target, nil
}