ftao

Results 68 comments of ftao

这个尽快做一下。

变量设成这个样子。 https://github.com/ftao/vpn-deploy-playbook/blob/master/group_vars/proxy.yml.example

It's not in galaxy.ansible.com. This repo includes many different roles , some of them tight-coupled . They are not "ansible-galaxy"-able yet ..

我也觉得不要修改ss, 即使要修改也要保证协议兼容。

cool. I was not aware of this feature .. @jackjm thanks for the link .

这个是 ansible apt_repo 需要 pycurl, 在common 里面加一个就可以了。https://github.com/ftao/vpn-deploy-playbook/commit/0dac55720d63dc7c31974895a6b4c80d8c0e726e 似乎这个改过之后,之后的步骤还是有不对。 可能 shadowsocks-libev 那一块可能和最新版本不一致了。

这个模式的话需要 libev 版本, 因为需要 UDP 模式。 我又push 了一次, 用下面的配置可以跑通了。 ``` shadowsocks_provider: 'libev' shadowsocks_servers: default: port: 8838 password: "some-password" udp_relay: port: 8839 password: "some-password" enable_udp: true ``` 这个playbook 原来是用来架设通过国内中转的VPN 的服务器, 不过缺点挺大的,...

应该可以。 https://github.com/shadowsocks/shadowsocks-libev#install-from-repository

我实际使用的 openvpn static tunnel .

L2TP ? which playbook do you run ?