https://github.com/mutantmonkey/golinx
A client for linx-server written in Go
https://github.com/mutantmonkey/golinx
Last synced: 8 months ago
JSON representation
A client for linx-server written in Go
- Host: GitHub
- URL: https://github.com/mutantmonkey/golinx
- Owner: mutantmonkey
- License: gpl-3.0
- Created: 2015-10-06T05:28:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T02:02:28.000Z (over 3 years ago)
- Last Synced: 2024-11-05T22:40:05.401Z (over 1 year ago)
- Language: Go
- Size: 38.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golinx
A client for [linx-server](https://github.com/andreimarcu/linx-server) written
in Go.
## Configuration
Golinx follows the XDG directory standard, so you should put your config in
`~/.config/golinx/config.yml`, or simply specify the path to it with the
`-config` flag.
Here's an example config file:
```
server: http://example.com
proxy: socks5://127.0.0.1:9050
uploadlog: /home/mutantmonkey/.local/share/golinx/linx.log
```
## License
Copyright (c) 2015-2019 mutantmonkey
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .