gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

gnunet-service-vpn (478B)


      1 # Last Modified: Mon Jul 20 11:20:57 2015
      2 #include <tunables/global>
      3 #include <tunables/gnunet>
      4 
      5 profile @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-vpn {
      6   #include <abstractions/base>
      7   #include <abstractions/gnunet-common>
      8 
      9 
     10   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-service-vpn mr,
     11 
     12   #Gnunet helper
     13   @{GNUNET_PREFIX}/lib/gnunet/libexec/gnunet-helper-vpn Px,
     14   
     15   # Site-specific additions and overrides. See local/README for details.
     16   #include <local/gnunet>
     17 }