summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/stun-server.php
blob: e21780352dbaab1f4a1e5d162f52f8c7dc81b0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
script('spreed', ['admin/stun-server']);
style('spreed', ['settings-admin']);
?>

<div id="stun_server" class="videocalls section">
	<h2><?php p($l->t('STUN servers')) ?></h2>
	<p class="settings-hint"><?php p($l->t('A STUN server is used to determine the public IP address of participants behind a router.')); ?></p>

	<div class="stun-servers">
	</div>
</div>