diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-10-10 15:06:34 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-10-10 15:06:34 -0700 |
commit | 45e1dc5d3ec169fd584983340e56d14332b9832b (patch) | |
tree | 436290c461c3bdd820b30bd9f9a6a2fc0f4e5216 /configs/configs_root_dir/etc/udp2raw/server.conf | |
parent | a60b819a1039e0a2edcfe1d5ab933ada3ccac7a9 (diff) |
wireguard phantun, udp2raw, and udpspeeder configs
Diffstat (limited to 'configs/configs_root_dir/etc/udp2raw/server.conf')
-rw-r--r-- | configs/configs_root_dir/etc/udp2raw/server.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/configs/configs_root_dir/etc/udp2raw/server.conf b/configs/configs_root_dir/etc/udp2raw/server.conf new file mode 100644 index 0000000..aff3bc8 --- /dev/null +++ b/configs/configs_root_dir/etc/udp2raw/server.conf @@ -0,0 +1,29 @@ +# Basically this file is the equivalent to splitting the command line options into multiple lines +# Each line should contain an option + +# server +-s +# works +#--raw-mode icmp +#--raw-mode easy-faketcp +# default not working at home, works at school +#--raw-mode faketcp +# -l not sure which ip; test shows 127.0.0.1 not working, or maybe need change nftables.conf +-l 89.213.174.92:60711 +# without udpspeeder +-r 127.0.0.1:49432 +# with udpspeeder +#-r 127.0.0.1:53365 +# 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 |