Sha256: 70e153692d6f3ab26582db63c23bba6086bf8f69fbf46c5cf5bbf749fda243ca
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
#!/bin/sh # # @see http://www.ytsuboi.org/wp/archives/2178 # # $1 interface-name # $2 tty-device # $3 speed # $4 local-IP-address # $5 remote-IP-address # $6 ipparam cd $(dirname $(realpath $0))/.. exe/vpn-routing ip-up\ --interface-name="$1"\ --tty-device="$2"\ --speed="$3"\ --local-ip="$4"\ --remote-ip="$5"\ --ipparam="$6" >/tmp/ppp.log 2>&1\ --verbose
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vpn_routing_mac-0.2.0 | config/ip-up |
vpn_routing_mac-0.1.3 | config/ip-up |
vpn_routing_mac-0.1.2 | config/ip-up |
vpn_routing_mac-0.1.1 | config/ip-up |
vpn_routing_mac-0.1.0 | config/ip-up |