init
This commit is contained in:
34
.config/bypass.txt
Normal file
34
.config/bypass.txt
Normal file
@ -0,0 +1,34 @@
|
||||
# period for live reloading
|
||||
reload 10s
|
||||
|
||||
# matcher reversed
|
||||
reverse true
|
||||
|
||||
*.example.com
|
||||
|
||||
# this will match example.org and *.example.org
|
||||
.example.org
|
||||
|
||||
# From IANA IPv4 Special-Purpose Address Registry
|
||||
# http://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
|
||||
|
||||
0.0.0.0/8 # RFC1122: "This host on this network"
|
||||
10.0.0.0/8 # RFC1918: Private-Use
|
||||
100.64.0.0/10 # RFC6598: Shared Address Space
|
||||
127.0.0.0/8 # RFC1122: Loopback
|
||||
169.254.0.0/16 # RFC3927: Link Local
|
||||
172.16.0.0/12 # RFC1918: Private-Use
|
||||
192.0.0.0/24 # RFC6890: IETF Protocol Assignments
|
||||
192.0.2.0/24 # RFC5737: Documentation (TEST-NET-1)
|
||||
192.88.99.0/24 # RFC3068: 6to4 Relay Anycast
|
||||
192.168.0.0/16 # RFC1918: Private-Use
|
||||
198.18.0.0/15 # RFC2544: Benchmarking
|
||||
198.51.100.0/24 # RFC5737: Documentation (TEST-NET-2)
|
||||
203.0.113.0/24 # RFC5737: Documentation (TEST-NET-3)
|
||||
240.0.0.0/4 # RFC1112: Reserved
|
||||
255.255.255.255/32 # RFC0919: Limited Broadcast
|
||||
|
||||
# From IANA Multicast Address Space Registry
|
||||
# http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
|
||||
|
||||
224.0.0.0/4 # RFC5771: Multicast/Reserved
|
19
.config/dns.txt
Normal file
19
.config/dns.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# resolver timeout, default 30s.
|
||||
timeout 10s
|
||||
|
||||
# resolver cache TTL,
|
||||
# minus value means that cache is disabled,
|
||||
# default to the TTL in DNS server response.
|
||||
# ttl 300s
|
||||
|
||||
# period for live reloading
|
||||
reload 10s
|
||||
|
||||
# ip[:port] [protocol] [hostname]
|
||||
|
||||
https://1.0.0.1/dns-query
|
||||
1.1.1.1:853 tls cloudflare-dns.com
|
||||
8.8.8.8
|
||||
8.8.8.8 tcp
|
||||
1.1.1.1 udp
|
||||
1.1.1.1:53 tcp
|
28
.config/gost.json
Normal file
28
.config/gost.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"Retries": 1,
|
||||
"Debug": false,
|
||||
"ServeNodes": [
|
||||
":12345"
|
||||
],
|
||||
"ChainNodes": [
|
||||
"http://:8080"
|
||||
],
|
||||
|
||||
"Routes": [
|
||||
{
|
||||
"Retries": 1,
|
||||
"ServeNodes": [
|
||||
"ws://:1443"
|
||||
],
|
||||
"ChainNodes": [
|
||||
"socks://:192.168.1.1:1080"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Retries": 3,
|
||||
"ServeNodes": [
|
||||
"quic://:443"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
17
.config/hosts.txt
Normal file
17
.config/hosts.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# period for live reloading
|
||||
reload 10s
|
||||
|
||||
# The following lines are desirable for IPv4 capable hosts
|
||||
127.0.0.1 localhost
|
||||
|
||||
# 127.0.1.1 is often used for the FQDN of the machine
|
||||
127.0.1.1 thishost.mydomain.org thishost
|
||||
192.168.1.10 foo.mydomain.org foo
|
||||
192.168.1.13 bar.mydomain.org bar
|
||||
146.82.138.7 master.debian.org master
|
||||
209.237.226.90 www.opensource.org
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
21
.config/kcp.json
Normal file
21
.config/kcp.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"key": "it's a secrect",
|
||||
"crypt": "aes",
|
||||
"mode": "fast",
|
||||
"mtu" : 1350,
|
||||
"sndwnd": 1024,
|
||||
"rcvwnd": 1024,
|
||||
"datashard": 10,
|
||||
"parityshard": 3,
|
||||
"dscp": 0,
|
||||
"nocomp": false,
|
||||
"acknodelay": false,
|
||||
"nodelay": 0,
|
||||
"interval": 40,
|
||||
"resend": 0,
|
||||
"nc": 0,
|
||||
"sockbuf": 4194304,
|
||||
"keepalive": 10,
|
||||
"snmplog": "",
|
||||
"snmpperiod": 60
|
||||
}
|
14
.config/peer.txt
Normal file
14
.config/peer.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# strategy for node selecting
|
||||
strategy random
|
||||
|
||||
max_fails 1
|
||||
|
||||
fail_timeout 30s
|
||||
|
||||
# period for live reloading
|
||||
reload 10s
|
||||
|
||||
# peers
|
||||
peer http://:18080
|
||||
peer socks://:11080
|
||||
peer ss://chacha20:123456@:18338
|
1
.config/probe_resist.txt
Normal file
1
.config/probe_resist.txt
Normal file
@ -0,0 +1 @@
|
||||
Hello World!
|
11
.config/secrets.txt
Normal file
11
.config/secrets.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# period for live reloading
|
||||
reload 3s
|
||||
|
||||
# username password
|
||||
|
||||
$test.admin$ $123456$
|
||||
@test.admin@ @123456@
|
||||
test.admin# #123456#
|
||||
test.admin\admin 123456
|
||||
test001 123456
|
||||
test002 12345678
|
Reference in New Issue
Block a user