ast: mob - change ports

This commit is contained in:
mpmc 2023-07-05 10:11:20 +01:00
parent 703ba20e62
commit e84a01e6d8
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ endpoint_identifier_order = ip,username,anonymous
; Basic UDP Transport.
[ipv4-udp]
type = transport
bind = 0.0.0.0:65534
bind = 0.0.0.0:25000
protocol = udp
local_net = 172.16.0.0/12
local_net = 192.168.0.0/16

View File

@ -4,5 +4,5 @@
; Inspired by/Stolen from https://www.sacredheartsc.com/blog/building-a-personal-voip-system/
;
[general]
rtpstart = 62535
rtpend = 65533
rtpstart = 25010
rtpend = 25600