Commit Graph

96 Commits (f999c8a87e6c3534558d29f0f00badb705838576)

Author SHA1 Message Date
fatedier f999c8a87e
Merge pull request #1396 from velovix/issue-1387_server-conf-as-argument
Pass server configuration as an argument
6 years ago
Tyler Compton bc46e3330a Add an "assets_dir" option for frpc
This option allows users to specify where they want assets to be loaded
from, like the "assets_dir" option that already exists for frps. This
allows library users to use the admin panel without having to bundle
assets with statik.
6 years ago
Tyler Compton 6277af4790 Pass server configuration as an argument
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.

Related: #1387
6 years ago
fatedier a415573e45
Merge pull request #1390 from fatedier/new
support disable_log_color for console mode
6 years ago
zhouwenfeng ff357882ac use Set() instead of Add() when attaching additional headers 6 years ago
zhouwenfeng 934ac2b836 add support for add http header when using https2http plugin 6 years ago
fatedier 388b016842 support disable_log_color for console mode 6 years ago
fatedier 0dfd3a421c frps: support custom_404_page 6 years ago
fatedier 6a1f15b25e support proxy protocol in unix_domain_socket 6 years ago
fatedier db6bbc5187 frpc: new plugin https2http 6 years ago
fatedier 9c4ec56491 support proxy protocol 6 years ago
fatedier e691a40260 improve the stability of xtcp 6 years ago
fatedier d812488767 support tls connection 6 years ago
fatedier 48990da22e go vet 6 years ago
fatedier f76deb8898 frps: remove auth timeout 6 years ago
fatedier 611d063e1f server: adjust code structure 6 years ago
fatedier 25cfda5768 conf: support render configure file using environment variables 6 years ago
fatedier aea9f9fbcc health: add more ci cases and fix bugs 6 years ago
fatedier 08c17c3247 frpc: support health check 6 years ago
fatedier 89d1a1fb2b
Merge pull request #968 from fatedier/health
support health check and code refactor
6 years ago
fatedier f14ed87b29
Merge pull request #886 from fatedier/websocket
Connect protocol support websocket
7 years ago
fatedier 7793f55545 websocket: update muxer for websocket 7 years ago
fatedier ca88b07ecf optimize 7 years ago
fatedier 6e305db4be
Merge pull request #882 from 235832289/master
Fix the problem of long connection for more than 30 seconds and disconnection of the server
7 years ago
itcode 9bb08396c7 Fix the problem of long connection for more than 30 seconds and disconnection of the server 7 years ago
fatedier 64136a3b3e
Merge pull request #875 from jettyu/jettyu-websocket
websocket protocol
7 years ago
FishFish b8037475ed websocket protocol 7 years ago
fatedier 082447f517 frpc: support health check 7 years ago
fatedier c33b5152e7 split visitors from proxies and add health check config 7 years ago
fatedier f5778349d5 config: fix server_name not using user as prefix, fix #804 7 years ago
fatedier f56b49ad3b new feature: load balancing for tcp proxy 7 years ago
fatedier db2d1fce76 http: support setting headers 7 years ago
fatedier 6eb8146334 frps dashboard add stcp 7 years ago
fatedier e1918f6396 frps add '-t' to set token 7 years ago
fatedier ad1e32fd2d fix panic error when vhost_http_port is not set but there is a http
proxy, fix #776
7 years ago
fatedier 1a6cbbb2d2 return error quickly if nathole make error 7 years ago
fatedier 3e349455a0 commands for xtcp, stcp add 'bind_port', fix #767 7 years ago
fatedier a0fe2fc2c2 vendor: models/msg 7 years ago
fatedier 1464836f05 logs panic debug strace info 7 years ago
fatedier 20fcb58437 vendor: add package golib/net 7 years ago
fatedier 1dd7317c06 vendor: add package io 7 years ago
fatedier 8a6d6c534a vendor: udpate 7 years ago
fatedier 1ae43e4d41 plugin: update http_proxy 7 years ago
fatedier 4a5c00286e doc: update 7 years ago
fatedier 00b9ba95ae frpc: support specify default dns server, close #700 7 years ago
fatedier 0f6f674a64 cmd: support more cli command 7 years ago
fatedier 3166bdf3f0 bump version to v0.16.1 7 years ago
fatedier e9241aeb94 udp proxy: fix #652 7 years ago
fatedier 8e719ff0ff frps: new params max_ports_per_client 7 years ago
fatedier ce8fde793c new feature: range section for mapping range ports 7 years ago