frp/conf/frpc.ini

75 lines
2.2 KiB
INI
Raw Normal View History

2016-08-16 15:09:32 +08:00
# [common] is integral section
2016-01-27 21:24:36 +08:00
[common]
2016-08-16 15:09:32 +08:00
# A literal address or host name for IPv6 must be enclosed
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
2016-03-14 00:48:22 +08:00
server_addr = 0.0.0.0
2016-02-25 10:28:34 +08:00
server_port = 7000
2016-12-21 01:01:44 +08:00
# if you want to connect frps by http proxy, you can set http_proxy here or in global environment variables
# http_proxy = http://user:pwd@192.168.1.128:8080
2016-12-21 01:18:12 +08:00
2016-03-14 00:21:40 +08:00
# console or real logFile path like ./frpc.log
log_file = ./frpc.log
2016-12-21 01:01:44 +08:00
2016-01-27 21:24:36 +08:00
# debug, info, warn, error
log_level = info
2016-12-21 01:01:44 +08:00
log_max_days = 3
2016-12-21 01:01:44 +08:00
# for authentication
2016-06-28 00:21:13 +08:00
privilege_token = 12345678
2016-01-27 21:24:36 +08:00
2017-03-09 02:03:47 +08:00
# connections will be established in advance, default value is zero
pool_count = 5
# your proxy name will be changed to {user}.{proxy}
user = your_name
# heartbeat configure, it's not recommended to modify the default value
# the default value of heartbeat_interval is 10 and heartbeat_timeout is 30
# heartbeat_interval = 10
# heartbeat_timeout = 30
2016-12-21 01:01:44 +08:00
2016-04-18 15:16:40 +08:00
# ssh is the proxy name same as server's configuration
2017-03-09 02:03:47 +08:00
# if user in [common] section is not empty, it will be changed to {user}.{proxy} such as your_name.ssh
2016-04-18 15:16:40 +08:00
[ssh]
2017-03-09 02:03:47 +08:00
# tcp | udp | http | https, default is tcp
2016-04-18 15:16:40 +08:00
type = tcp
local_ip = 127.0.0.1
2016-03-28 11:22:36 +08:00
local_port = 22
# true or false, if true, messages between frps and frpc will be encrypted, default is false
2016-12-26 09:58:58 +08:00
use_encryption = false
2017-03-09 02:03:47 +08:00
# if true, message will be compressed
use_compression = false
# remote port listen by frps
remote_port = 6001
2016-04-18 15:16:40 +08:00
2016-12-19 01:22:21 +08:00
[dns]
type = udp
2016-12-19 01:48:57 +08:00
local_ip = 114.114.114.114
2016-12-19 01:22:21 +08:00
local_port = 53
2017-03-09 02:03:47 +08:00
# Resolve your domain names to [server_addr] so you can use http://web01.yourdomain.com to browse web01 and http://web02.yourdomain.com to browse web02
2016-04-18 15:16:40 +08:00
[web01]
type = http
local_ip = 127.0.0.1
local_port = 80
2017-03-09 02:03:47 +08:00
use_compression = true
2016-12-21 01:07:30 +08:00
# http username and password are safety certification for http protocol
2016-09-06 17:56:09 +08:00
# if not set, you can access this custom_domains without certification
2016-12-21 01:07:30 +08:00
http_user = admin
http_pwd = admin
# if domain for frps is frps.com, then you can access [web01] proxy by URL http://test.frps.com
2017-03-09 02:03:47 +08:00
subdomain = web01
2016-04-18 15:16:40 +08:00
[web02]
type = http
local_ip = 127.0.0.1
local_port = 8000
2017-03-09 02:03:47 +08:00
use_encryption = false
use_compression = false
custom_domains = web02.yourdomain.com
2016-12-25 02:09:01 +08:00
# locations is only useful for http type
locations = /,/pic
host_header_rewrite = example.com