| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| service:gopher [2025/10/27 21:35] – [Configuration] nelgin | service:gopher [2025/10/27 22:06] (current) – Beautification digital man |
|---|
| ====== Gopher Service ====== | ====== Gopher Service ====== |
| |
| The gopher TCP/IP service is built into Synchronet and can serve up incoming gopher requests. It provides unauthenticated access to message groups, file libraries, and some system information such as node lists, the auto message, system stats and version information. | A Gopher TCP/IP service is included with Synchronet and can service incoming Gopher requests. This service provides unauthenticated access to message groups, file libraries, and some system information such as node lists, the auto message, system stats and version information. |
| |
| |
| ===== Configuration ===== | ===== Configure ===== |
| |
| Gopher configuration is found in the ctrl/services.ini file: | Gopher configuration is found in the ''[[dir:ctrl]]/[[config:services.ini]]'' file: |
| |
| | <file ini> |
| [Gopher] | [Gopher] |
| Port=70 | Port=70 |
| Command=gopherservice.js | Command=gopherservice.js |
| | </file> |
| |
| Add the above section if it doesn't exist already and then allow the services thread to recycle. Your users will be able to access the gopher service on port 70. Don't forget to open a firewall port or add a forwarding rule to your router. | Add the above section if it doesn't exist already and then allow the services thread to recycle. Your users will be able to access the Gooher service on TCP port 70. Don't forget to open a firewall port or add a forwarding rule to your router. |
| |
| If the file **gopher_welcome*.msg** exists in your text directory, which is usually /sbbs/text then it will be displayed on your gopher index page before the message groups. The * means there can be 0 or more characters added to the file name so additional messages can be displayed in sequence. | If the file ''[[dir:text]]/**gopher_welcome*.msg**'' exists then it will be displayed on your Gooher index page before the message groups. The ''*'' (wildcard characters) means there can be 0 or more characters added to the file name so additional messages can be displayed in sequence. |
| ===== Gopher Clients ===== | ===== Gopher Clients ===== |
| |
| Most modern browsers no longer natively support the gopher protocol, however many do have plugins. Check your browsers plugin or extension store. There are standalone gopher clients that can be downloaded such as Simple Gopher Client for Windows that can be downloaded from the Microsoft Store. | Most modern web browsers no longer natively support the gopher protocol, however many do have Gopher plugins available. Check your browser's plugin or extension store. There are standalone Gopher clients that can be downloaded such as Simple Gopher Client for Windows that can be downloaded from the Microsoft Store. |
| |
| There are also web-based gopher proxy sites that can be found using your favorite search engine. | There are also web-based Gopher proxy sites that can be found using your favorite search engine. |