bigeagle / gohop

A VPN implemention in golang, with crypto and obfuscation in nature.
1.33k stars 195 forks source link

Is it possible to expose an interface for both server and client to do some post interface up operation #6

Open n0rthwood opened 9 years ago

n0rthwood commented 9 years ago

it would be very useful to expose a shellscript interface like the ppp connection to allow a shell script to run. i..e ppp-up and ppp-down

the reason being you might want to add some custom routes for the network connection .

bigeagle commented 9 years ago

Good suggestion, I'll do it.

dgrr commented 6 years ago

@bigeagle can you close solved issues? Thanks.