Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I have implemented this plugin

https://github.com/coriaweb/cwpipv6/

I have this IP subnet of /64
how can i use this script to add it to server?

Can i change the code in the ipv6_list.php to

<select name="ipv6range">
<option value="64">64</option>
<option value="112">112</option>
<option value="120">120</option>
</select>
 

If my ip rrange is:
1a01:4f8:221:34c2:: / 64
can i just input:
1a01:4f8:221:34c2::
in the input field and chose the dropdown and 120?

I dont need 65000 adresses, only 256 and that would be more than needed.

Aalso when i try this and go to assign IP the dropdown only lists 1 field, should the complete range be visible?

it just says:
1a01:04f8:0221:34c2:0000:0000:0000:0000/112
and thats the only field/line

  • 5 weeks later...

this module only works with /112 so you will need to modify the file

 nano /etc/sysconfig/network-scripts/ifcfg-eth0

to subnet your network to a /112 prefix

You will need to add something like :
IPV6ADDR=2a01:4f8:c17:1b52::1/112  // only an example

then do

sudo systemctl restart NetworkManager

then

ip addr show eth0

to see the changes

this is translated copy in English

https://uploadnow.io/f/YZBDtNM

I didn't test the module on live servers yet.

 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.