about summary refs log tree commit diff
path: root/configs/configs_root_dir/etc/udp2raw/client.conf
blob: 82a67f6e765fd38143f1f39efac0a937a4b86854 (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
# Basically this file is the equivalent to splitting the command line options into multiple lines
# Each line should contain an option

# https://www.procustodibus.com/blog/2022/02/wireguard-over-tcp/

# client
-c
# works
#--raw-mode icmp
#--raw-mode easy-faketcp
# default not working at home, works at school
#--raw-mode faketcp
# Or use -s if you use it on server side
# Define local address
-l 127.0.0.1:60711
# Define remote address
-r 89.213.174.92:60711
# I use --cipher-mode none so maybe no need a password
# if later on I want to encrypt, need to change this file's mode bit to 600 and switch to cfg -s add this file
# can be generated with `wg genpsk`
#-k <password>

# https://discord.com/channels/1100649526232092692/1100760493423083560/1270466158730018836
--cipher-mode none
--auth-mode none
# following two not sure if useful
--fix-gro
--seq-mode 0

#--log-level 5