inbound property

Map<String, dynamic> inbound
getter/setter pair

Implementation

Map<String, dynamic> inbound = {
  "tag": "in_proxy",
  "port": 10807,
  "protocol": "socks",
  "listen": "127.0.0.1",
  "settings": {
    "auth": "noauth",
    "udp": true,
    "userLevel": 8,
    "address": null,
    "port": null,
    "network": null
  },
  "sniffing": {
    "enabled": true,
    "destOverride": ["http", "tls", "quic"],
    "metadataOnly": false
  },
  "streamSettings": null,
  "allocate": null
};