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.
45 lines
1.9 KiB
45 lines
1.9 KiB
# g2_ircddb Configuration for me
|
|
|
|
ircddb = {
|
|
login = "XX0XXX"
|
|
# If you are not using rr.openquad.net, you need to specify the host and possibly the password.
|
|
#
|
|
# host = "some.server.host" // others include group1-irc.ircddb.net
|
|
# password = "1111111111111" // not needed for rr.openquad.net
|
|
}
|
|
|
|
module = {
|
|
c = { // change the module to "b" if you are operating on the UHF band
|
|
type = "itap"
|
|
# device = "/dev/ttyUSB0" // if your serial-to-usb cable ends up on another device, then specify here
|
|
# uncomment and set if you want the following to appear on you ircddb host website.
|
|
# frequency = 145.5 // this is the default value, chose a quiet frequency
|
|
# range = 0.0 // in meters (1609.344 is one mile)
|
|
# agl = 0.0 // in meters
|
|
# latitude = 0.000000 // north is positive
|
|
# longitude = 0.000000 // east is positive
|
|
# desc1 = "Location1" // up to 20 chars
|
|
# desc2 = "location2" // up to 20 chars
|
|
}
|
|
}
|
|
|
|
link = {
|
|
# add the callsigns that can shutdown or reboot your system
|
|
# admin = [ "XX0XXX" , "YY0YYY" ] // only these users can execute scripts
|
|
|
|
# link to the reflector of your choice. the first character is the module you are linking.
|
|
# link_at_start = "CREF001C"
|
|
}
|
|
|
|
dplus = {
|
|
# The following settings do not affect your ability to use dplus linking to XRF or XLX reflectors!
|
|
# You must be registered on the DPlus system, see www.dstargateway.org, otherwise authorization will fail,
|
|
# even if QnetLink reports a successful authorization.
|
|
|
|
# authorize = false # uncomment and set to true if you want to use the closed-source DPlus reflectors and/or repeaters
|
|
# use_reflectors = true # uncomment and set to false if you are not going to link to DPlus reflectors
|
|
# use_repeaters = true # uncomment and set to false if you are not going to link to DPlus repeaters
|
|
|
|
# any values specified in you gwys.txt file will override any reflectors or repeaters that DPlus authorization returns.
|
|
}
|