... | ... | @@ -2,9 +2,9 @@ |
|
|
|
|
|
Application definitions are configured using a proprietary file format. Comment lines begin with a `#` hash. Every configuration line begins with a 3-character type followed by one or more colon-delimited values. The currently supported types are:
|
|
|
|
|
|
- `app:<id>:<tag>` Application definitions.
|
|
|
- `app:<id>:<tag>` Application definition.
|
|
|
- `dom:<id>:<domain>` Associate a domain to an application definition.
|
|
|
- `xfm:<id>:<search>:<replace>` Adds an application domain transform regular expression.
|
|
|
- `xfm:<id>:<search>:<replace>` Add a domain transform regular expression.
|
|
|
- `net:<id>:<address>` Associate a network address (in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)) to an application.
|
|
|
|
|
|
The default filename for application definitions is: `/etc/netify.d/netify-apps.conf`
|
... | ... | |