fixed some syntax errors in g2.everything.cfg

pull/1/head
Tom Early 10 years ago
parent c61e05813e
commit 57372675b3

@ -1,7 +1,7 @@
# g2_ircddb Configuration # g2_ircddb Configuration
ircddb = { ircddb = {
# login = ""; # login callsign for the ircDDB network login = "CHANGEME!!!!"; # login callsign for the ircDDB network
# host = "rr.openquad.net" # other include group1-irc.ircddb.net # host = "rr.openquad.net" # other include group1-irc.ircddb.net
# port = 9007 # not a good idea to change! # port = 9007 # not a good idea to change!
# password = "1111111111111" # not needed for Openquad # password = "1111111111111" # not needed for Openquad
@ -24,6 +24,7 @@ gateway = {
# port = 19000 # port = 19000
} }
} }
module = { module = {
a = { a = {
# type = "" # type = ""
@ -81,7 +82,7 @@ module = {
# and no audio will be accepted from any remote system. # and no audio will be accepted from any remote system.
# these command are disabled by default # these command are disabled by default
# You can choose your own command strings, if you want to enable these # You can choose your own command strings, if you want to enable these
rf_control { rf_control = {
# on = "RFISON" # on = "RFISON"
# off = "RFISOFF" # off = "RFISOFF"
} }
@ -146,7 +147,7 @@ module = {
# These values depend on what type of tranceiver is connected to your DV-RPTR modem # These values depend on what type of tranceiver is connected to your DV-RPTR modem
# Use either true or false # Use either true or false
inverse { inverse = {
# rx = true # rx = true
# tx = true # tx = true
} }
@ -241,6 +242,7 @@ g2_link = {
# to link repeater module B to REF001 C, use "BREF001C" # to link repeater module B to REF001 C, use "BREF001C"
# ref_login = "" # for loging into REF reflectors, if undefined, ircddb.username will be used # ref_login = "" # for loging into REF reflectors, if undefined, ircddb.username will be used
# admin = [ "CALL1", "CALL2", "CALL3" ] # if defined, only these users can execute scripts, block dongles and reload the gwys.txt # admin = [ "CALL1", "CALL2", "CALL3" ] # if defined, only these users can execute scripts, block dongles and reload the gwys.txt
# you probabaly want you own callsign in the admin list!
# link_unlink = [ "CALL4", "CALL5", "CALL6" ] # if defined, only these users can link and unlink a repeater # link_unlink = [ "CALL4", "CALL5", "CALL6" ] # if defined, only these users can link and unlink a repeater
# incoming_ip = "0.0.0.0" # incoming ip address, "0.0.0.0" means accepts all connections. # incoming_ip = "0.0.0.0" # incoming ip address, "0.0.0.0" means accepts all connections.
# ip = "127.0.0.1" # where g2_link is running # ip = "127.0.0.1" # where g2_link is running

Loading…
Cancel
Save

Powered by TurnKey Linux.