#VERSION=4 # dplus configuration file [config] # maximum concurrent dv dongle users, adjust based on your internet bandwidth maxremoteusers=4 # maximum concurrent linked modules maxremotegateways=2 # don't print errors from gateways.txt and users.txt nomngerrors=1 # internalethernet is the device pointing towards the RP2C internalethernet=enp3s0 # externalethernet is the device pointing towards the internet externalethernet=enp1s0 # restrict linking/unlinking to admins allowadminlinkingonly=0 allowadminunlinkingonly=0 # restrict linking/unlinking to registered users only allowreguserlinkingonly=1 allowreguserunlinkingonly=0 # play the "remotesystemlinked" message every X minutes if non-zero and linked linknotifyminutes=0 # customize the registration link URL on the dplus dashboard web page # for centos: #registrationurl=https://W4DOC.dstargateway.org/Dstar.do # for almalinux: #registrationurl=https://W4DOC.dstargateway.org/Dstar # for central regist server: #registrationurl=https://regist.dstargateway.org/ # [adminusers] # Admin users may link/unlink the gateway and do both tx and rx # and have no idle timeout. # Pins are limited to 8 numeric characters. # If no pin is specified then none will be required for the user # use an * in the callsign field as a wildcard allowing everyone. #CALLSIGN;PIN #AA4RC;1234 # [allowedusers] #CALLSIGN;PIN;ro (for rx only) or rw (for tx/rx) # Pins are limited to 8 numeric characters # If no pin is specified then none will be required for the user. # Use an * in the callsign field as a wildcard allowing everyone. # Note that registered users are automatically given rw permission # so you should not have to change this value. If you change this # to rw, you will not be able to link to other systems. *;;ro #AA4RC;;ro #AA4RC;1234;rw # [deniedusers] # Ignored if a user other than * is used in the [alloweduser] section. # Only callsigns are used in this section and * is not allowed. # [allowedgateways] * # [deniedgateways] # Ignored if a gateway other than * is used in the [allowegateways] section. # Only callsigns are used in this section and * is not allowed. [alloweddvdongles] # Use * for all dongles or 8 character dv dongle serial number to restrict * # [denieddvdongles] # Ignored if a dvdongles other than * is used in the [allowedvdongles] section. # Only 8 character dvdongles are used in this section and * is not allowed.