ehidle

dsgwd.conf

Jan 19th, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. #VERSION=4
  2. # dplus configuration file
  3. [config]
  4. # maximum concurrent dv dongle users, adjust based on your internet bandwidth
  5. maxremoteusers=32
  6. # maximum concurrent linked modules
  7. maxremotegateways=4
  8. # don't print errors from gateways.txt and users.txt
  9. nomngerrors=1
  10. # internalethernet is the device pointing towards the RP2C
  11. internalethernet=ens224
  12. # externalethernet is the device pointing towards the internet
  13. externalethernet=ens192
  14. # restrict linking/unlinking to admins
  15. allowadminlinkingonly=0
  16. allowadminunlinkingonly=0
  17. # restrict linking/unlinking to registered users only
  18. allowreguserlinkingonly=0
  19. allowreguserunlinkingonly=0
  20. # play the "remotesystemlinked" message every X minutes if non-zero and linked
  21. linknotifyminutes=0
  22. # customize the registration link URL on the dplus dashboard web page
  23. registrationurl=https://dstar.erichidle.com/Dstar.do
  24. #
  25. [adminusers]
  26. # Admin users may link/unlink the gateway and do both tx and rx
  27. # and have no idle timeout.
  28. # Pins are limited to 8 numeric characters.
  29. # If no pin is specified then none will be required for the user
  30. # use an * in the callsign field as a wildcard allowing everyone.
  31. #CALLSIGN;PIN
  32. #AA4RC;1234
  33. #
  34. [allowedusers]
  35. #CALLSIGN;PIN;ro (for rx only) or rw (for tx/rx)
  36. # Pins are limited to 8 numeric characters
  37. # If no pin is specified then none will be required for the user.
  38. # Use an * in the callsign field as a wildcard allowing everyone.
  39. # Note that registered users are automatically given rw permission
  40. # so you should not have to change this value. If you change this
  41. # to rw, you will not be able to link to other systems.
  42. *;;ro
  43. #AA4RC;;ro
  44. #AA4RC;1234;rw
  45. #
  46. [deniedusers]
  47. # Ignored if a user other than * is used in the [alloweduser] section.
  48. # Only callsigns are used in this section and * is not allowed.
  49. #
  50. [allowedgateways]
  51. *
  52. #
  53. [deniedgateways]
  54. # Ignored if a gateway other than * is used in the [allowegateways] section.
  55. # Only callsigns are used in this section and * is not allowed.
  56. [alloweddvdongles]
  57. # Use * for all dongles or 8 character dv dongle serial number to restrict
  58. *
  59. #
  60. [denieddvdongles]
  61. # Ignored if a dvdongles other than * is used in the [allowedvdongles] section.
  62. # Only 8 character dvdongles are used in this section and * is not allowed.
  63.  
Add Comment
Please, Sign In to add comment