]> git.llucax.com Git - software/pymin.git/blobdiff - services/vpn/templates/tinc-up
Add GPL v3 license to the project
[software/pymin.git] / services / vpn / templates / tinc-up
index fa9b9879cda0e653455ce0d7775b74b0c558f880..52765703d6efc5fea1c79258be19a0930ed0bb31 100644 (file)
@@ -1 +1,2 @@
-ifconfig $INTERFACE ${vpn.vpn_src_ip} netmask ${vpn.vpn_src_mask}
+#!/bin/sh
+ip addr add ${vpn.local_addr} dev $INTERFACE