frp/conf/frpc.ini

75 lines
2.2 KiB
INI
Raw Normal View History

2016-08-16 09:09:32 +02:00
# [common] is integral section
2016-01-27 14:24:36 +01:00
[common]
2016-08-16 09:09:32 +02: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-13 17:48:22 +01:00
server_addr = 0.0.0.0
2016-02-25 03:28:34 +01:00
server_port = 7000
2016-12-20 18:01:44 +01: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-20 18:18:12 +01:00
2016-03-13 17:21:40 +01:00
# console or real logFile path like ./frpc.log
log_file = ./frpc.log
2016-12-20 18:01:44 +01:00
2017-04-24 18:34:14 +02:00
# trace, debug, info, warn, error
log_level = info
2016-12-20 18:01:44 +01:00
log_max_days = 3
2016-12-20 18:01:44 +01:00
# for authentication
2016-06-27 18:21:13 +02:00
privilege_token = 12345678
2016-01-27 14:24:36 +01:00
2017-03-08 19:03:47 +01: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 90
# heartbeat_interval = 30
# heartbeat_timeout = 90
2016-12-20 18:01:44 +01:00
2016-04-18 09:16:40 +02:00
# ssh is the proxy name same as server's configuration
2017-03-08 19:03:47 +01:00
# if user in [common] section is not empty, it will be changed to {user}.{proxy} such as your_name.ssh
2016-04-18 09:16:40 +02:00
[ssh]
2017-03-08 19:03:47 +01:00
# tcp | udp | http | https, default is tcp
2016-04-18 09:16:40 +02:00
type = tcp
local_ip = 127.0.0.1
2016-03-28 05:22:36 +02:00
local_port = 22
# true or false, if true, messages between frps and frpc will be encrypted, default is false
2016-12-26 02:58:58 +01:00
use_encryption = false
2017-03-08 19:03:47 +01:00
# if true, message will be compressed
use_compression = false
# remote port listen by frps
remote_port = 6001
2016-04-18 09:16:40 +02:00
2016-12-18 18:22:21 +01:00
[dns]
type = udp
2016-12-18 18:48:57 +01:00
local_ip = 114.114.114.114
2016-12-18 18:22:21 +01:00
local_port = 53
2017-03-08 19:03:47 +01: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 09:16:40 +02:00
[web01]
type = http
local_ip = 127.0.0.1
local_port = 80
2017-03-08 19:03:47 +01:00
use_compression = true
2016-12-20 18:07:30 +01:00
# http username and password are safety certification for http protocol
2016-09-06 11:56:09 +02:00
# if not set, you can access this custom_domains without certification
2016-12-20 18:07:30 +01: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-08 19:03:47 +01:00
subdomain = web01
2016-04-18 09:16:40 +02:00
[web02]
type = http
local_ip = 127.0.0.1
local_port = 8000
2017-03-08 19:03:47 +01:00
use_encryption = false
use_compression = false
custom_domains = web02.yourdomain.com
2016-12-24 19:09:01 +01:00
# locations is only useful for http type
locations = /,/pic
host_header_rewrite = example.com