You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./ofutun --help
Usage:
ofutun [OPTIONS]
Application Options:
-p, --print Print the configuration for the peers
--private-key= Base64-encoded private key for the server
--peer= List of peer public keys and IP addresses in the format <public-key>,<ip1>,<ip2>,...
--priv-peer= List of peer private keys and IP addresses in the format <private-key>,<ip1>,<ip2>,...
--local-ip= Local IP address to assign to the tunnel interface (default: 192.168.0.1, fc00::1)
-l, --listen-port= Port to listen on for incoming connections (default: 51820)
--dns-forwarder= DNS servers to forward queries to (default: 8.8.8.8, 1.1.1.1)
--proxy= Proxy address to use for tunneling
--proxy-insecure Ignore TLS certificate errors for the proxy
--proxy-only Only allow traffic to the proxy
--http-ports= List of HTTP ports to allow (default: 80)
--https-ports= List of HTTPS ports to allow (default: 443)
--use-sni Connect to the proxy using SNI
Help Options:
-h, --help Show this help message
About
Rootless Wireguard Server with converting HTTP/HTTPS proxy to wireguard+transparent proxy