aboutsummaryrefslogtreecommitdiff
path: root/net/shadowsocks-libev/files/shadowsocks-libev.config
blob: 1d41127b6ad23bf22ad7b1f3d6ded9fefbb0bbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
config ss_local
	option disabled 1
	option server 'sss0'
	option local_address '0.0.0.0'
	option local_port '1080'
	option timeout '30'

config ss_tunnel
	option disabled 1
	option server 'sss0'
	option local_address '0.0.0.0'
	option local_port '1090'
	option tunnel_address 'example.com:80'
	option mode 'tcp_and_udp'
	option timeout '60'

config ss_redir hi
	option disabled 1
	option server 'sss0'
	option local_address '0.0.0.0'
	option local_port '1100'
	option mode 'tcp_and_udp'
	option timeout '60'
	option fast_open 1
	option verbose 1
	option reuse_port 1

config ss_redir hj
	option disabled 1
	option server 'sss0'
	option local_address '0.0.0.0'
	option local_port '1100'
	option mode 'tcp_and_udp'
	option timeout '60'
	option fast_open 1
	option verbose 1
	option reuse_port 1

config ss_rules 'ss_rules'
	option disabled 1
	option redir_tcp 'hi'
	option redir_udp 'hi'
	option src_default 'checkdst'
	option dst_default 'bypass'
	option local_default 'checkdst'
	list src_ips_forward '192.168.1.4'
	list dst_ips_forward '8.8.8.8'

config server 'sss0'
	option disabled 1
	option server '192.168.1.3'
	option server_port '9001'
	option password '********'
	option method 'aes-256-cfb'

config ss_server
	option disabled 1
	option server_port '9001'
	option password '********'
	option method 'aes-256-cfb'