Customizing an app’s network configuration is perhaps the most common and most critical thing to do in Vorteil. By default an app will generally be customized for a single network interface using DHCP, but fine-grained control is very commonly required. The repeatable “network” section of a VCFG is dedicated to such information.
Summary
| REPEATABLE SECTION | network | 
| PATH | network | 
| PARENT | VCFG | 
| FIELDS | disable-tso | 
| gateway | |
| http | |
| https | |
| ip | |
| mask | |
| mtu | |
| tcp | |
| udp | |
| tcpdump | 
Example
[[network]]
  disable-tso = false
  gateway = ""
  http = ["80"]
  https = ["443"]
  ip = "dhcp"
  mask = ""
  mtu = 1500
  tcp = []
  udp = []
  tcpdump = false