coturn - Fix update function name and output nothing if no update is needed

This commit is contained in:
2023-03-02 14:08:20 +01:00
parent 5e4b7fbb07
commit fe0d4ca751
2 changed files with 4 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ sc_turnDomain="mydomain.com"
# sf_ipUpdate <NEW IP>
# Called when a new external IP is detected
sf_ipUpdate() { :; }
sf_updateIp() { :; }