A client for linx-server written in Go
Find a file
2020-10-17 01:43:37 -07:00
.github/workflows Create codeql-analysis.yml 2020-10-17 01:43:37 -07:00
progress deal with case when label < labelLength 2015-10-15 19:26:57 -07:00
.gitignore Add /dist to .gitignore 2019-08-21 00:03:22 -07:00
.goreleaser.yml Update goreleaser config again 2019-08-22 00:33:49 -07:00
go.mod Add go module setup and goreleaser config 2019-08-21 00:02:51 -07:00
go.sum Add go module setup and goreleaser config 2019-08-21 00:02:51 -07:00
LICENSE add GPLv3 2015-10-05 22:25:22 -07:00
linx.go Move utility functions into a separate file 2019-08-21 00:19:45 -07:00
README.md Update license date in readme 2019-08-21 00:28:22 -07:00
util.go Move utility functions into a separate file 2019-08-21 00:19:45 -07:00

golinx

A client for 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 http://www.gnu.org/licenses/.