{"id":22397136,"url":"https://github.com/archef2000/iodine-docker","last_synced_at":"2025-03-26T23:20:42.032Z","repository":{"id":188097353,"uuid":"678106400","full_name":"archef2000/iodine-docker","owner":"archef2000","description":"Iodine VPN over DNS server/client in docker","archived":false,"fork":false,"pushed_at":"2023-08-13T19:21:07.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T05:14:10.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archef2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-13T17:44:08.000Z","updated_at":"2023-08-13T17:46:02.000Z","dependencies_parsed_at":"2023-08-13T19:14:33.358Z","dependency_job_id":null,"html_url":"https://github.com/archef2000/iodine-docker","commit_stats":null,"previous_names":["archef2000/iodine-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fiodine-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fiodine-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fiodine-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fiodine-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archef2000","download_url":"https://codeload.github.com/archef2000/iodine-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245750368,"owners_count":20666165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T06:10:57.821Z","updated_at":"2025-03-26T23:20:42.007Z","avatar_url":"https://github.com/archef2000.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iodine\nIodine VPN over DNS server/client in docker\n## Docker run/compose\n### docker-compose\n```yaml\nservices:\n  iodine:\n    image: archef2000/iodine:latest\n    container_name: iodine\n    privileged: true\n    cap_add:\n      - NET_ADMIN\n      - SYS_MODULE\n    sysctls:\n      - net.ipv4.ip_forward=1\n      - net.ipv4.conf.all.src_valid_mark=1\n    ports:\n      - 53:53/udp\n    devices:\n      - /dev/net/tun:/dev/net/tun\n    environment:\n      - PASSWORD=***\n      - DOMAIN=srv.test.com\n    restart: unless-stopped\n```\n### docker-run\n```bash\ndocker run --name iodine --privileged \\\n  --cap-add NET_ADMIN --cap-add SYS_MODULE \\\n  --sysctls net.ipv4.ip_forward=1 --sysctls net.ipv4.conf.all.src_valid_mark=1 \\\n  --port 53:53/udp -e PASSWORD=*** -e DOMAIN=srv.test.com --restart unless-stopped \\\n  archef2000/iodine:latest\n```\n\n## Config\n### Universal\n| Variable | Function |\n| -------- | -------- |\n| PASSWORD | Password for authentication |\n| DOMAIN | The domain the iodine server is reachable at |\n\n### Server\n| Variable | Function |\n| -------- | -------- |\n| MTU | The MTU of the vpn interface |\n| DEV_TUNNEL | Specify tunnel interface |\n| LOG_LEVEL | Set debug log level to 0, 1 or 2 |\n| FORWARD_DEST | Destination to forward to other |\n| NETWORK | Subnet of VPN tunnel default `10.0.0.1` |\n\n### Client\n| Variable | Function |\n| -------- | -------- |\n| FORCE_DNS_TUNNEL | Ski raw connection mode default `false` |\n| MAX_INTERVAL | Between requests to server |\n| LAZY_MODE | Lower response time when enabled |\n| DNS_SERVER | What DNS server to  send the requests to default `8.8.8.8` |\n| HOSTNAME_SIZE | Max hostname size |\n| DNS_TYPE | What DNS request type to use default autodetected |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchef2000%2Fiodine-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchef2000%2Fiodine-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchef2000%2Fiodine-docker/lists"}