{
 "issue": {
  "id": 457,
  "iid": 2,
  "project_id": 400,
  "title": "prohibit fastd connections from freifunk-network",
  "description": "A simple iptables rule should do the job\r\n\r\nsomething like\r\n```\r\niptables -A INPUT -t filter -i enp6s0 -d 10.130.0.0/16 -p udp --dport 10000:10010 -j DROP\r\n```",
  "state": "closed",
  "created_at": "2020-07-22T20:27:28.000Z",
  "updated_at": "2020-11-02T02:48:19.000Z",
  "closed_at": null,
  "closed_by": null,
  "labels": [],
  "milestone": null,
  "assignees": [],
  "author": {
   "id": 47,
   "username": "paul",
   "public_email": "",
   "name": "Paul",
   "state": "active",
   "locked": false,
   "avatar_url": "https://secure.gravatar.com/avatar/a4106f6e9909fa9fdadf799a8c6e0382dd30483c01ed2024a82e10d6144d1754?s=80&d=identicon",
   "web_url": "https://git.chaotikum.org/paul"
  },
  "type": "ISSUE",
  "assignee": null,
  "user_notes_count": 2,
  "merge_requests_count": 0,
  "upvotes": 0,
  "downvotes": 0,
  "start_date": null,
  "due_date": null,
  "confidential": false,
  "discussion_locked": null,
  "issue_type": "issue",
  "web_url": "https://git.chaotikum.org/freifunk-luebeck/gateway-config/-/work_items/2",
  "time_stats": {
   "time_estimate": 0,
   "total_time_spent": 0,
   "human_time_estimate": null,
   "human_total_time_spent": null
  },
  "task_completion_status": {
   "count": 0,
   "completed_count": 0
  },
  "has_tasks": true,
  "task_status": "0 of 0 checklist items completed",
  "_links": {
   "self": "https://git.chaotikum.org/api/v4/projects/400/issues/2",
   "notes": "https://git.chaotikum.org/api/v4/projects/400/issues/2/notes",
   "award_emoji": "https://git.chaotikum.org/api/v4/projects/400/issues/2/award_emoji",
   "project": "https://git.chaotikum.org/api/v4/projects/400",
   "closed_as_duplicate_of": null
  },
  "references": {
   "short": "#2",
   "relative": "#2",
   "full": "freifunk-luebeck/gateway-config#2"
  },
  "severity": "UNKNOWN",
  "moved_to_id": null,
  "imported": false,
  "imported_from": "none",
  "service_desk_reply_to": null
 },
 "discussions": [
  {
   "id": "d0c95f3903a4c9bd3ce358f4f957d45c34400c0f",
   "reply_id": "d0c95f3903a4c9bd3ce358f4f957d45c34400c0f",
   "project_id": 400,
   "commit_id": null,
   "confidential": false,
   "diff_discussion": false,
   "expanded": true,
   "for_commit": false,
   "individual_note": true,
   "resolvable": false,
   "discussion_path": null,
   "resolved": false,
   "resolved_by_push": false,
   "resolved_by": null,
   "resolved_at": null,
   "resolve_path": "/freifunk-luebeck/gateway-config/-/issues/2/discussions/d0c95f3903a4c9bd3ce358f4f957d45c34400c0f/resolve",
   "notes": [
    {
     "id": "1061",
     "type": null,
     "author": {
      "id": 47,
      "username": "paul",
      "public_email": "",
      "name": "Paul",
      "state": "active",
      "locked": false,
      "avatar_url": "https://secure.gravatar.com/avatar/a4106f6e9909fa9fdadf799a8c6e0382dd30483c01ed2024a82e10d6144d1754?s=80&d=identicon",
      "status_tooltip_html": "<span class=\"user-status-emoji has-tooltip\" title=\"\" data-html=\"true\" data-placement=\"top\"><gl-emoji title=\"turtle\" data-name=\"turtle\" data-unicode-version=\"6.0\">\ud83d\udc22</gl-emoji></span>",
      "show_status": true,
      "availability": "not_set",
      "path": "/paul",
      "bot": false,
      "user_type": "human"
     },
     "created_at": "2020-07-30T23:47:20.000Z",
     "updated_at": "2020-07-30T23:48:31.000Z",
     "system": false,
     "noteable_id": 457,
     "noteable_type": "Issue",
     "project_id": 400,
     "resolvable": false,
     "confidential": false,
     "internal": false,
     "imported": false,
     "imported_from": "none",
     "noteable_iid": 2,
     "commands_changes": {},
     "external_author": null,
     "note": "maybe \n\n````\nebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-source-port 67 -j DROP\nebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-source-port 68 -j DROP\nebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-destination-port 68 -j DROP\nebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-destination-port 67 -j DROP\n```\n",
     "note_html": "<p data-sourcepos=\"1:1-1:6\" dir=\"auto\">maybe</p>\n<div class=\"gl-relative markdown-code-block js-markdown-code\">\n<pre data-sourcepos=\"3:1-8:3\" class=\"code highlight js-syntax-highlight language-plaintext\" v-pre=\"true\"><code><span id=\"LC1\" class=\"line\" lang=\"plaintext\">ebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-source-port 67 -j DROP</span>\n<span id=\"LC2\" class=\"line\" lang=\"plaintext\">ebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-source-port 68 -j DROP</span>\n<span id=\"LC3\" class=\"line\" lang=\"plaintext\">ebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-destination-port 68 -j DROP</span>\n<span id=\"LC4\" class=\"line\" lang=\"plaintext\">ebtables -I INPUT -i ffhl_migration -p ip --ip-protocol udp --ip-destination-port 67 -j DROP</span>\n<span id=\"LC5\" class=\"line\" lang=\"plaintext\">```</span></code></pre>\n<copy-code></copy-code><insert-code-snippet></insert-code-snippet>\n</div>",
     "body_first_line_html": "<p>maybe...</p>",
     "current_user": {
      "can_edit": false,
      "can_award_emoji": false,
      "can_resolve": false,
      "can_resolve_discussion": false
     },
     "suggestions": [],
     "resolved": false,
     "resolved_by": null,
     "resolved_by_push": false,
     "is_noteable_author": true,
     "discussion_id": "d0c95f3903a4c9bd3ce358f4f957d45c34400c0f",
     "emoji_awardable": true,
     "award_emoji": [],
     "report_abuse_path": "/-/abuse_reports/add_category",
     "noteable_note_url": "https://git.chaotikum.org/freifunk-luebeck/gateway-config/-/work_items/2#note_1061",
     "cached_markdown_version": 2162688,
     "human_access": "Owner",
     "is_contributor": false,
     "project_name": "gateway-config",
     "toggle_award_path": "/freifunk-luebeck/gateway-config/notes/1061/toggle_award_emoji",
     "path": "/freifunk-luebeck/gateway-config/notes/1061"
    }
   ]
  },
  {
   "id": "45b50c2e96b5aaab168979587eceb2b794417655",
   "reply_id": "45b50c2e96b5aaab168979587eceb2b794417655",
   "project_id": 400,
   "commit_id": null,
   "confidential": false,
   "diff_discussion": false,
   "expanded": true,
   "for_commit": false,
   "individual_note": true,
   "resolvable": false,
   "discussion_path": null,
   "resolved": false,
   "resolved_by_push": false,
   "resolved_by": null,
   "resolved_at": null,
   "resolve_path": "/freifunk-luebeck/gateway-config/-/issues/2/discussions/45b50c2e96b5aaab168979587eceb2b794417655/resolve",
   "notes": [
    {
     "id": "1072",
     "type": null,
     "author": {
      "id": 47,
      "username": "paul",
      "public_email": "",
      "name": "Paul",
      "state": "active",
      "locked": false,
      "avatar_url": "https://secure.gravatar.com/avatar/a4106f6e9909fa9fdadf799a8c6e0382dd30483c01ed2024a82e10d6144d1754?s=80&d=identicon",
      "status_tooltip_html": "<span class=\"user-status-emoji has-tooltip\" title=\"\" data-html=\"true\" data-placement=\"top\"><gl-emoji title=\"turtle\" data-name=\"turtle\" data-unicode-version=\"6.0\">\ud83d\udc22</gl-emoji></span>",
      "show_status": true,
      "availability": "not_set",
      "path": "/paul",
      "bot": false,
      "user_type": "human"
     },
     "created_at": "2020-11-02T02:48:19.000Z",
     "updated_at": "2020-11-02T02:48:19.000Z",
     "system": false,
     "noteable_id": 457,
     "noteable_type": "Issue",
     "project_id": 400,
     "resolvable": false,
     "confidential": false,
     "internal": false,
     "imported": false,
     "imported_from": "none",
     "noteable_iid": 2,
     "commands_changes": {},
     "external_author": null,
     "note": "54a20e2ddb",
     "note_html": "<p data-sourcepos=\"1:1-1:10\" dir=\"auto\"><a href=\"/freifunk-luebeck/gateway-config/-/commit/54a20e2ddb45a70624a23d2c798d483b5b74e188\" data-reference-type=\"commit\" data-original=\"54a20e2ddb\" data-link=\"false\" data-link-reference=\"false\" data-commit=\"54a20e2ddb45a70624a23d2c798d483b5b74e188\" data-project=\"400\" data-container=\"body\" data-placement=\"top\" title=\"update iptables task\" class=\"gfm gfm-commit has-tooltip\">54a20e2d</a></p>",
     "body_first_line_html": "<p>54a20e2d</p>",
     "current_user": {
      "can_edit": false,
      "can_award_emoji": false,
      "can_resolve": false,
      "can_resolve_discussion": false
     },
     "suggestions": [],
     "resolved": false,
     "resolved_by": null,
     "resolved_by_push": false,
     "is_noteable_author": true,
     "discussion_id": "45b50c2e96b5aaab168979587eceb2b794417655",
     "emoji_awardable": true,
     "award_emoji": [],
     "report_abuse_path": "/-/abuse_reports/add_category",
     "noteable_note_url": "https://git.chaotikum.org/freifunk-luebeck/gateway-config/-/work_items/2#note_1072",
     "cached_markdown_version": 2162688,
     "human_access": "Owner",
     "is_contributor": false,
     "project_name": "gateway-config",
     "toggle_award_path": "/freifunk-luebeck/gateway-config/notes/1072/toggle_award_emoji",
     "path": "/freifunk-luebeck/gateway-config/notes/1072"
    }
   ]
  }
 ]
}