coturn - configurale function called when external ip is updated

This commit is contained in:
2023-01-18 12:31:52 +01:00
parent 76f82c0c86
commit 655beece68
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#!/usr/bin/env bash
sc_turnDomain="mydomain.com"
# sf_ipUpdate <NEW IP>
# Called when a new external IP is detected
sf_ipUpdate() { :; }