mirror of
https://github.com/danog/stun.git
synced 2024-11-26 12:04:38 +01:00
9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
|
|
use danog\Stun\StunClient;
|
|
|
|
require 'vendor/autoload.php';
|
|
|
|
$stun = new StunClient("stun.l.google.com:19302");
|
|
var_dump($stun->bind());
|