Sign inSign up

iblocker/access

By iblocker

Updated 3 months ago

Wifi Access Point

Image
0

921

iblocker/access repository overview

iBlocker Wifi Access Point

The iBlocker/access contains a Wifi Access Point (based on Alpine 3.23, hostapd v2.11, kea-dhcp v2.6.3 and for ARM architecture).

Usage

Create a docker-compose.yml file and launch it with docker-compose up -d

docker-compose.yml content:

services:
    container_name: access
    uts: host
    command:
    - "hostname"
    image: iblocker/access:v2.0.4
    cap_add:
    - NET_ADMIN
    network_mode: "host"
    privileged: true
    logging:
      options: 
        max-size: "100m"
    volumes:
    - /etc/nftables.nft:/etc/nftables.nft
    - /etc/localtime:/etc/localtime:ro
    - /etc/timezone:/etc/timezone:ro
    restart: unless-stopped
    entrypoint: "./docker-entrypoint.sh"

The default SSID is iBlocker_AP and default password is iBlocker*#2026

After attach to iBlocker_AP, user could change them via https://172.25.1.1:

From the same interface the iBlocker could be switched from Router mode (connected eth0) to Modem mode (LTE modem attached via USB).

Tag summary

Content type

Image

Digest

sha256:1e37bf275

Size

23.9 MB

Last updated

3 months ago

docker pull iblocker/access:v2.0.7