summaryrefslogtreecommitdiff
path: root/Generate
diff options
context:
space:
mode:
Diffstat (limited to 'Generate')
-rwxr-xr-xGenerate3
1 files changed, 3 insertions, 0 deletions
diff --git a/Generate b/Generate
index 3e7b951..37e325a 100755
--- a/Generate
+++ b/Generate
@@ -738,6 +738,9 @@ hostlist.each{ |host|
upscript.puts "ip -6 addr add #{ host['vpn_address6'] }/128 dev $TUN_DEV"
upscript.puts "ip -6 route add #{ peer['vpn_address6'] }/128 dev $TUN_DEV"
end
+ if host['upscript-post']
+ upscript.puts host['upscript-post']
+ end
upscript.puts "true"
conffile.close