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