fa640706f5
this is esp. useful for v6 hosts, where your provider might give you a changing prefix (we assume /64), but your interface ids stay the same. but same mechanism also principally works for v4 (we assume /29), except that you usually do not get a v4 network where the network address is changing. and when it comes to dynamic addresses, many people only get 1 ipv4 address anyway. the related host could then be used for aliaseses with ifid == 0 for all aliases.
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
# packages always needed
|
|
dnspython
|
|
netaddr
|
|
django==1.6.6
|
|
django-bootstrap-form
|
|
django-registration
|
|
South
|
|
django-extensions
|
|
python-social-auth
|
|
requests<2.4.0
|