netflix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
netflix [2018/03/17 15:24] – skipidar | netflix [2020/12/27 20:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 157: | Line 157: | ||
Outputs: | Outputs: | ||
+ | OpenVPNLogin: | ||
+ | Description: | ||
+ | Value: openvpn | ||
OpenVPNServerAdminURL: | OpenVPNServerAdminURL: | ||
Description: | Description: | ||
Line 179: | Line 182: | ||
{{https:// | {{https:// | ||
+ | |||
+ | |||
+ | == Config VPN client == | ||
+ | In Merlin-WRT the client configuration is located in | ||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Here the ip may be modified: | ||
+ | < | ||
+ | # Automatically generated configuration | ||
+ | daemon | ||
+ | client | ||
+ | dev tun11 | ||
+ | proto udp | ||
+ | remote 44.18.203.121 1194 | ||
+ | resolv-retry infinite | ||
+ | nobind | ||
+ | persist-key | ||
+ | persist-tun | ||
+ | compress | ||
+ | ncp-ciphers AES-128-GCM: | ||
+ | cipher AES-128-CBC | ||
+ | script-security 2 | ||
+ | route-delay 2 | ||
+ | route-up vpnrouting.sh | ||
+ | route-pre-down vpnrouting.sh | ||
+ | verb 3 | ||
+ | reneg-sec 604800 | ||
+ | tls-auth static.key 1 | ||
+ | ca ca.crt | ||
+ | cert client.crt | ||
+ | key client.key | ||
+ | auth-user-pass up | ||
+ | status-version 2 | ||
+ | status status 5 | ||
+ | |||
+ | # Custom Configuration | ||
+ | setenv FORWARD_COMPATIBLE 1 | ||
+ | server-poll-timeout 4 | ||
+ | dev-type tun | ||
+ | ns-cert-type server | ||
+ | sndbuf 100000 | ||
+ | rcvbuf 100000 | ||
+ | </ | ||
+ |
netflix.1521300274.txt.gz · Last modified: (external edit)