blob: c0b1022f1f71e0f849a1e17a2bfe9fda911ec429 (
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
|
# See obfuscation-tunnel -h and README for help:
# https://github.com/RoliSoft/Obfuscation-Tunnel/blob/master/README.md
# copy and customize this config file, then enable 'obfuscation-tunnel@.service'
# ex: cp example.conf wireguard.conf
# systemctl enable obfuscation-tunnel@wireguard.service
#For options that don't take a value, leave blank after the equals or set 1
#leave undefined or =0 to disable.
# -l option, required
#LOCAL=proto:addr:port
# -r option, required
#REMOTE=proto:addr:port
# -o option, recommended 'header' for wireguard, 'xor' otherwise
#OBFUSCATION=mode
# -k option, generate a random string of 1-1500bytes to use for key
# for '-o header' note that only the first byte is used
# use any value other than the single byte '0x90', as that is the default key
#KEY=key
# -m option.
# This may be declared twice if a mocker is used for both the input and the output
# ex '-m dns_server -m http_ws_client'
# to receive incoming packets from a dns_client mock and send outgoing to a http_ws_server mock
#MOCK=mode
# -m option to connect through a socks5 server
#SOCKS=socks5:addr:port
# -v option
#VERBOSE=0
## TCP specific options
# -e option
#FAKE_TCP_ENCODING=''
## ICMP/ICMPv6 specific options
# -p option, optionally accepts interface name as argument, otherwise uses default gateway
#USE_PCAP=
## DNS specific options
# -f option
#FRAGMENT_DNS_ON_60BYTE=0
# -d option
#AUTHORITATIVE_DOMAIN=''
# -s option
#DISABLE_THREADING=0
## TLS options
#TLS_NO_VERIFY=0
#TLS_CA_BUNDLE=filename
#TLS_CERT=cert.pem
#TLS_KEY=key.pem
|