You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.6 KiB

###### URFD CONFIGURATION Example ######
# Do not use quotes, unless in a comment!
[Names]
Callsign = URF??? # where ? is A-Z or 0-9
SysopEmail = you@somewhere.com
# 2-letter country codes are listed at https://www.iban.com/country-codes
Country = US
Sponsor = My Ham Club
[IpAddresses]
# Binding addresses are usually the 'any' address
IPv4Binding = 0.0.0.0
# define IPv6 if you want a "dual-stack" reflector
# IPv6Binding = ::
# define if you want to override what urfd finds using ipv4.icanhazip.com
# IPv4External = 1.2.3.4
# define if you want to override what urfd finds using ipv6.icanhazip.com
# IPv6External = a:b:c:e:f:0:1:2
Transcoder = local # SORRY, but only local TC's are supported right now!
[Modules]
Modules = ADMSZ
# Modules = ABCDEFGHIJKLMNOPQRSTUVWXYZ
Transcoded = A # comment out if you don't have transcoding hardware
# Create Descriptions as needed...
DescriptionA = Transcoded
DescriptionD = DMR Chat
DescriptionM = M17 Chat
DescriptionS = DStar Chat
DescriptionZ = Temp Meeting
# Protocols
[Brandmeister]
Port = 10002
[DCS]
Port = 30051
[DExtra]
Port = 30001
[DMRPlus]
Port = 8880
[DPlus]
Port = 20001
[M17]
Port = 17000
[MMDVM]
Port = 62030
DefaultId = 0 # if the DMR id is zero, this will be used (also used for P25)
[NXDN]
Port = 41400
AutoLinkModule = A # comment out if you want to disable AL
ReflectorID = 12345
[P25]
Port = 41000
AutoLinkModule = A # comment out if you want to disable AL
ReflectorID = 12345
[URF]
Port = 10017
[USRP]
Port = 34001
AutoLinkModule = A # comment out if you want to disable AL
DefaultCallsign = ALLSTAR
ClientFilePath = /home/user/urfd/USRPClients.txt
[YSF]
Port = 42000
AutoLinkModule = A # comment out if you want to disable AL
DefaultTxFreq = 446500000
DefaultRxFreq = 446500000
# if you've registered your reflector at register.ysfreflector.de:
RegistrationID = 12345
RegistrationName = US URF???
RegistrationDescription = URF Reflector
######## Database files
[DMR ID DB]
Hostname = xlxapi.rlx.lu
Suffix = api/exportdmr.php
Mode = http
RefreshMin = 179
FilePath = /home/user/urfd/dmrid.dat
[NXDN ID DB]
Hostname = www.dudetronics.com
Suffix = ar-dns/NXDN.csv
Mode = http
RefreshMin = 181
FilePath = /home/user/urfd/nxdn.dat
[YSF TX/RX DB]
Hostname = xlxapi.rlx.lu
Suffix = api/exportysfrepeaters.php
Mode = http
RefreshMin = 191
FilePath = /home/user/urfd/ysfnode.dat
######### Other File locations
[Files]
PidPath = /var/run/urfd.pid
JsonPath = /var/log/urfd.json
WhitelistPath = /home/user/urfd/urfd.whitelist
BlacklistPath = /home/user/urfd/urfd.blacklist
InterlinkPath = /home/user/urfd/urfd.interlink
G3TerminalPath = /home/user/urfd/urfd.terminal

Powered by TurnKey Linux.