Skip to main content

URL Scheme

Start Egern VPN

egern:/start

Stop Egern VPN

egern:/stop

Add Configuration Profile

egern:/profiles/new?name=name&url=url Parameter Description:

  • name: Name of the the configuration
  • url: The URL of the configuration file

Add Policy Group

egern:/policy_groups/new?name=name&url=url Parameter Description:

  • name: Name of the policy group
  • url: The URL of the policy

Add Rule

egern:/rules/new?type=domain&match=match&policy=DIRECT Parameter Description:

  • type: Type of rule (e.g., domain or domain_keyword)
  • match: Matching item (e.g., a specific domain like example.com)
  • policy: Policy (e.g., DIRECT or PROXY)

Add Module

egern:/modules/new?name=name&url=url Parameter Description:

  • name: Module name
  • url: The URL of the module file